xHarbour Reference Documentation > Function Reference |
Returns the first command line argument (EXE file name).
HB_CmdArgArgV() --> cExeFile
The function returns the first command line argument as a character string.
Function HB_CmdArgArgV() queries the command line and returns the first argument. It is the name of the EXE file as entered by the user. Note that the file name may not include the ".exe" extension or directory information.
See also: | ExeName(), HB_ArgC(), HB_ArgCheck(), HB_ArgV(), PCount(), PValue() |
Category: | Debug functions , Environment functions , xHarbour extensions |
Source: | vm\cmdarg.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com