...
Note |
---|
|
The last directory in the path corresponds to the user ID under which the command is executed. No open state is used, and the remote host on the exec command is specified using the IP address. |
Panel |
---|
set Html bobswift |
---|
echo=yes
exec Html bobswift |
---|
192.168.20.47 cmd="C:\wrk\xmp\win\winxmp.bat > stdout.txt" user=joe pwd=abcdefg
quit |
The
winxmp.bat batch file simply does a
dir command against the directory in which the batch file resides.
Panel |
---|
dir Html bobswift |
---|
"C:\wrk\xmp\win"
</pre>
|
Output sent to stdout.txt.
Panel |
---|
Html bobswift | <pre>
C:\Program Files\Universal\UCmdHome\mamos>dir "C:\wrk\xmp\win"
Volume in drive C has no label.
Volume Serial Number is 3030-176B
Directory of C:\wrk\xmp\win
07/27/2011 03:27 PM <DIR><DIR> .
07/27/2011 03:27 PM <DIR><DIR> ..
07/27/2011 10:08 AM 20 winxmp.bat
07/27/2011 03:46 PM 106 winxmpbat.udm
2 File(s) 126 bytes
2 Dir(s) 13,453,979,648 bytes free
</pre>
|
The transaction log is shown in this first example for those not used to seeing output from UDM.
Panel |
---|
Html bobswift | <pre>
2011.07.27 16.06.47.541 UNV2800I Universal Data Mover 5.1.0 Level 1 Release Build 105 started.
2011.07.27 16.06.47.556 Processing script: winxmpbat.udm
2011.07.27 16.06.47.556 exec 192.168.20.47 cmd="C:\wrk\xmp\win\winxmp.bat > stdout.txt" user=joe pwd=\*
2011.07.27 16.06.48.431 quit
2011.07.27 16.06.48.447 Finished processing script: winxmpbat.udm
2011.07.27 16.06.49.447 UNV2801I Universal Data Mover 5.1.0 Level 1 Release Build 105 ended successfully.
</pre>
|
UDM exec Command Parameters
...