Jan 17, 2003 #1 quebasic2 Programmer Joined Dec 17, 2002 Messages 174 Location IN Can you use perameters in qbasic. Example: theprogram.exe write
Jan 18, 2003 #2 qbasicking Programmer Joined Aug 19, 2001 Messages 628 Location US If you use SHELL then yes. Upvote 0 Downvote
Jan 27, 2003 #3 tsh73 Programmer Joined Apr 27, 2002 Messages 304 Location RU from the Quick Basic help: Code: COMMAND$ Returns the command line used to invoke the program. Can be modified by selecting Modify COMMAND$ on QuickBASIC's Run menu. (but no such thing in QBasic). Upvote 0 Downvote
from the Quick Basic help: Code: COMMAND$ Returns the command line used to invoke the program. Can be modified by selecting Modify COMMAND$ on QuickBASIC's Run menu. (but no such thing in QBasic).
Jan 28, 2003 Thread starter #4 quebasic2 Programmer Joined Dec 17, 2002 Messages 174 Location IN Thank you tsh73. That is just the command I needed. Upvote 0 Downvote