I have created a Process Trigger job that runs the following (with C:\FTPIn) as the working directory:
moveit.cmd "%WindowsPath%" %LoginUserName%
The "moveit.cmd" is as follows:
move %1 Z:\%2
On the log I get the message - The system cannot find the path specified.
This error is as a result of - C:\FTPIn>move "C:\FTPIn\RANDRPUB\test.txt" Z:\RANDRPUB
However if I key C:\FTPIn>move "C:\FTPIn\RANDRPUB\test.txt" Z:\RANDRPUB in at a command prompt it executes correctly and moves the file.
Note: the "Z" drive is a mapping to another network server shared folder within which the folder "RANDRPUB" resides.