LB Booster
Programming >> Liberty BASIC language >> Command line parameter for the ".exe"
http://lbb.conforums.com/index.cgi?board=lblang&action=display&num=1497867606

Command line parameter for the ".exe"
Post by flotulopex on Jun 19th, 2017, 10:20am

Hi,

Is there an option to have command line parameters when launching an exe file?

i.e: program.exe /?
or
i.e: program.exe /a /b /c

Rog'
Re: Command line parameter for the ".exe"
Post by Richard Russell on Jun 19th, 2017, 1:45pm

on Jun 19th, 2017, 10:20am, flotulopex wrote:
Is there an option to have command line parameters when launching an exe file?

Yes, CommandLine$ is supported just as it is in LB 4. You can find more details and examples of its use in the LB 4.04 or 4.5.0 Help File (if you've got the CHM version use the Search tab).

Richard.


Re: Command line parameter for the ".exe"
Post by flotulopex on Jun 20th, 2017, 07:50am

Thanks wink