Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
qbasic command
Name: Jolyhils Date: April 19, 2001 at 11:55:52 Pacific
Comment:
Hi,
Is it possible to have qbasic run a command and let the output of that program be put in a variable?
Summary: I dont know the functions of some commands. If you all wouldnt mind then could you all please send me a document on all QBASIC commands ? I would be very grateful if you all helped me ! ...
Summary: use the qbasic command "shell" shell "123go.bat" :rem this will load and run the batch file, and return you to the next line in the qbasic program. ...