IntControl (1006, 0, 0, 0, 0)
Returns the un-parsed WinBatch command line.
This returns the actual command line string that WinBatch was launched with.
Example:
; get un-parsed WinBatch command line rc = IntControl(1006, 0, 0, 0, 0) Message("Un-parsed Command Line String =", rc)