9 lines
219 B
Batchfile
9 lines
219 B
Batchfile
|
echo I can't figure out a way to compile from the command line.
|
||
|
echo Enter this to build in ZBasic:
|
||
|
echo ntvdm zbasic sample.bas
|
||
|
echo run*
|
||
|
echo sample.com
|
||
|
echo system
|
||
|
echo ntvdm -c -p sample.com
|
||
|
|