ok so I looked for the answer in the posts and the answer given was
COMMAND$
unfortunatly in the qbasic help this is listed:
The following QuickBasic keywords are not supported in QBasic:
ALIAS EVENT LOCAL SETMEM
BYVAL $INCLUDE SADD SIGNAL
CDECL Int86 Interrupt UEVENT
COMMAND$ Int86X InterruptX
So how can I pass a command line parameter to a QBASIC.EXE (1.1) program from a batch file?
Mind you I have no problem expanding the batch file too, and this can be part of an exceptable solution.
Thanks
Eric
COMMAND$
unfortunatly in the qbasic help this is listed:
The following QuickBasic keywords are not supported in QBasic:
ALIAS EVENT LOCAL SETMEM
BYVAL $INCLUDE SADD SIGNAL
CDECL Int86 Interrupt UEVENT
COMMAND$ Int86X InterruptX
So how can I pass a command line parameter to a QBASIC.EXE (1.1) program from a batch file?
Mind you I have no problem expanding the batch file too, and this can be part of an exceptable solution.
Thanks
Eric