D DonnNPeterson Distinguished Dec 16, 2010 1 0 18,510 Dec 17, 2010 #1 How can I make my QBASIC programs run on Windows 7? Also what command do I use to get print out to my inkjet printer?
How can I make my QBASIC programs run on Windows 7? Also what command do I use to get print out to my inkjet printer?
J Jonmor68 Distinguished Feb 17, 2009 2,136 0 20,460 Dec 17, 2010 #2 QBASIC is a Dos based program and as such will not run in Windows 7, which does not contain Dos. You may be able to use dosbox to run it. http://www.dosbox.com/download.php?main=1 Upvote 0 Downvote
QBASIC is a Dos based program and as such will not run in Windows 7, which does not contain Dos. You may be able to use dosbox to run it. http://www.dosbox.com/download.php?main=1
das_stig Glorious Jul 24, 2009 8,631 221 46,390 Dec 17, 2010 #3 Qbasic should work under W7 and use the NET USE command to redirect to the LPT port. Upvote 0 Downvote
ricno Distinguished Apr 5, 2010 582 0 19,010 Dec 22, 2010 #4 das_stig : Qbasic should work under W7 and use the NET USE command to redirect to the LPT port. If the Windows 7 installation is 64bit then the QBASIC application might not work, since it is probably a 16bit program. Upvote 0 Downvote
das_stig : Qbasic should work under W7 and use the NET USE command to redirect to the LPT port. If the Windows 7 installation is 64bit then the QBASIC application might not work, since it is probably a 16bit program.