From 8fa92e847d308f06ade7f32a416760564632545c Mon Sep 17 00:00:00 2001 From: davidly Date: Mon, 1 Jul 2024 13:05:38 -0700 Subject: [PATCH] make clear there is no command line build --- Microsoft QuickBASIC v200/m.bat | 3 +++ Microsoft QuickBASIC v3/m.bat | 1 + 2 files changed, 4 insertions(+) create mode 100644 Microsoft QuickBASIC v200/m.bat create mode 100644 Microsoft QuickBASIC v3/m.bat diff --git a/Microsoft QuickBASIC v200/m.bat b/Microsoft QuickBASIC v200/m.bat new file mode 100644 index 0000000..fac4a30 --- /dev/null +++ b/Microsoft QuickBASIC v200/m.bat @@ -0,0 +1,3 @@ +rem there is no command-line build. Start qb.exe and load/build there. +rem this can't be done in ntvdm since it doesn't emulate port 60/61/20 sufficiently. + diff --git a/Microsoft QuickBASIC v3/m.bat b/Microsoft QuickBASIC v3/m.bat new file mode 100644 index 0000000..6f0daf0 --- /dev/null +++ b/Microsoft QuickBASIC v3/m.bat @@ -0,0 +1 @@ +rem there is no command-line build. Start qb.exe and load/build there.