HB_ARGC() Returns the number of command line arguments passed to the application, this also includes the internal arguments
HB_ARGV( n ) Returns a command line argument passed to the application. Calling it with the parameter zero, it will return the name of the executable, as written in the command line