-
Currently, they're three themes (foreground on backgroud, comment):
- light (black on whity/very-light-gray/ivory, like currently seen with most word processors nowadays)
- dark (white on blacky/v…
-
Hi, I'm getting this weird error when trying to load ntvdm.exe:
![ntvdm](https://user-images.githubusercontent.com/34800109/34322778-38b439c2-e831-11e7-9a16-b8cc1317071f.PNG)
Both buttons do nothing…
-
This happens after a couple of simple test scripts (mainly PRINT with ERROR catching):
> Problem signature:
Problem Event Name: BEX
Application Name: cmd.exe
Application Version: 6.1.76…
-
Mounting a FAT16 FS works (tested on physical and virtualbox), files can be copied in and out, some issues remain:
- deleting a file from the msdos fs appears to work (the shell prompt comes back), b…
-
PRINT "Hello, World!"
-
## Bug report
**Problem**
Program crashes when trying to open file
**Steps**
1. put HPREF.Bas in c:\users\gary\
2. set to use pcbasic as default program to open HPREF.bas…
-
Is there any way to set custom keyboard mappings? this is an important key because you can't navigate to C:\ or ; in any code editors like QBasic. I've tried in both Chrome and Edge and neither browse…
-
Prepare characters and background for drawing: CANVAS
Set color index: PEN
Draw: PLOT, LINE, CIRCLE, PAINT, BOX, BAR, POLYGON(?)
-
I'd like to be able to pass command-line arguments to the executable. Is this possible? I've tried this:
```javascript
dosbox.run("qb11.zip", "./QBASIC.EXE /RUN MYFILE.BAS");
```
and this:
…
-
I'm not exactly sure how to code in QBasic, so I was wondering if I could get started on a Python port. It's more like practice to me(I highly doubt that it would be able to run very well, knowing th…