View Single Post
Join Date: Mar 2005
Posts: 128
Reputation: Evenbit is on a distinguished road 
Solved Threads: 4
Evenbit's Avatar
Evenbit Evenbit is offline Offline
Junior Poster

Re: GW Basic running on WIndows 2000/XP

 
0
  #7
Dec 22nd, 2005
One option you can try is to write a script that launches QBasic and loads/runs your program. Check out AutoIt. It will compile to an EXE. Something like the following should work:

$ret = runwait("qbasic yourprg.bas", ... , ... )
while (CPU is present) {some assembly required}
Reply With Quote