9 lines
233 B
Bash
9 lines
233 B
Bash
echo "I can't figure out a way to compile from the command line."
|
|
echo "Enter this to build in ZBasic:"
|
|
echo " ntvdm -r:. -u ZBASIC SAMPLE.BAS"
|
|
echo " run*"
|
|
echo " SAMPLE.COM"
|
|
echo " system"
|
|
echo " ntvdm -c -p SAMPLE.COM"
|
|
|