Thread
:
GW Basic running on WIndows 2000/XP
View Single Post
•
•
Join Date: Mar 2005
Posts: 128
Reputation:
Solved Threads: 4
Evenbit
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}
Evenbit
View Public Profile
Find all posts by Evenbit