pArg (PSZ) - input
These strings represent command parameters, which are copied to the environment segment of the new process.
The convention used by CMD.EXE is that the first of these strings is the program name (as entered from the command prompt or found in a batch file), and the second string consists of the parameters for the program. The second ASCIIZ string is followed by an additional byte of zeros. A value of zero for the address of pArg means that no arguments are to be passed to the program.