in reply to Windows System Command
Backslash escaping spaces in command paths won't work. By the time the string is passed to the shell, the backslashes will have disappeared and the command processor will see the first half of the path as the command and the second half as an argurment.
Try it this way:
system q[ "C:\\Program Files\\HP Remote System Management\\hprsmcli" - +s 143.207.48.60 -u getinfo -p pass];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Windows System Command
by Ransom (Beadle) on Jun 26, 2012 at 15:37 UTC |