4 lines
100 B
Batchfile
4 lines
100 B
Batchfile
rem runs a PowerBASIC app, which only write to CGA memory for text output
|
|
ntvdm -c -p -m %1.EXE
|
|
|