PaExec -c parameter Path with spaces error
Hi,
With the last version of PaExec, this command doesn't work :
paexec.exe \\NA-01-TRI1 \\\NA-01-TRI1 -u administrator -p password -i -d -c -f "G:\My Drive\En_Maintenance.exe"
"G:\\My Drive\\En_Maintenance.exe"
>PAExec returning exit code -8
This one works :
paexec.exe \\NA-01-TRI1 \\\NA-01-TRI1 -u administrator -p password -i -d -c -f "G:\MyDrive\En_Maintenance.exe"
"G:\\MyDrive\\En_Maintenance.exe"
The usage doc mentions : The application name, copy source, working directory and log file
entries can be quoted if the path contains a space.
Is this a bug ?