Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.5k views
in CompleteFTP by (120 points)
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.

2 Answers

0 votes
by (162k points)
Could you send us a clean set of log files and we'll take a look:

http://www.enterprisedt.com/forums/viewtopic.php?t=3441
0 votes
by (51.6k points)
Have you tried specifying the full path of the moveit.cmd file?
C:\FTPIn\moveit.cmd "%WindowsPath%" %LoginUserName%


- Hans (EnterpriseDT)

Categories

...