Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
1090490
1090490
This example demonstrates using UCMD Manager via the UDM Manager exec command to provide a directory listing using a batch file.

...

Note
titleNote

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 echo=yes
exec 192.168.20.47 cmd="C:\wrk\xmp\win\winxmp.bat > stdout.txt" user=joe pwd=abcdefg
quit


Anchor
1090686
1090686
The winxmp.bat batch file simply does a dir command against the directory in which the batch file resides.

Panel
dir "C:\wrk\xmp\win"


Output sent to stdout.txt.

...

UDM exec Command Parameters

The exec command parameters used in this example are:

...

Anchor
1091649
1091649
Components

Anchor
1091653
1091653
Universal Data Mover Manager for Windows

Anchor
1094350
1094350
Universal Command Server for Windows