command line

BlitzMax Forums/BlitzMax Programming/command line

rdodson41(Posted 2005) [#1]
Is there anyway to get the command line paramaters for an app compiled with bmk makeapp? So that you can do on the terminal: localhost:~>myapp hello world. And then myapp will have access to the parameter hello world.


Perturbatio(Posted 2005) [#2]
appargs[] first element in the array is the exe name.