shell$() with parameter(s)
Jan 2, 2009 16:17:40 GMT -5
Post by mikeukmid on Jan 2, 2009 16:17:40 GMT -5
Carl,
Trying to execute a LibertyBASIC program from RunBASIC and pass a commandline parameter results in RB error "is not recognized as an internal or external command, operable program or batch file."
Running the LB program without any commandline parameters does work ok. I had high hopes for shell$ but without cmdline parameters, I can not put it to use.
Am I not adding a parameter correctly eg:
or is this not supported. If not is there a chance of it being included soon? Pretty Please! ;D
Mike.
Trying to execute a LibertyBASIC program from RunBASIC and pass a commandline parameter results in RB error "is not recognized as an internal or external command, operable program or batch file."
Running the LB program without any commandline parameters does work ok. I had high hopes for shell$ but without cmdline parameters, I can not put it to use.
Am I not adding a parameter correctly eg:
exec$=chr$(34)+"C:\Documents and Settings\User1\Desktop\LPTout1.tkn param1"+chr$(34)
re$=shell$(exec$)or is this not supported. If not is there a chance of it being included soon? Pretty Please! ;D
Mike.