on 2012 Mar 22 11:00 AM
Can someone provide an example of a command line to be executed for the "Run Program" remote task. I am sure the syntax is simple but I cannot get anything to work. There are no examples in the documentation.
Request clarification before answering.
The format is a executable name followed by parameters. Make sure the executable you're calling is in the path or provide the full path. For example...
xcopy src_file.txt dst_file.txt
This command is passed directly to the OS and doesn't go through the command shell. If you want to execute a shell command, you can do the following...
cmd /c dir > listing.txt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
16 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.