Error Code 0x2: The system cannot find the file specified. [ShellExecuteEx]

Get help for specific problems
Posts: 1
Joined: 17 Mar 2020

habeebsiddique

Hi,

I am just trying to move files from a shared drive to a local drive, whenever a file is added to the shared drive. but I keep getting this error

RealTimeSync Error
Incorrect command line: MOVE "I:\AceNum\*.*" "C:\Util\iFix\iFixDataBkp\AceNum"
Error Code 0x2: The system cannot find the file specified. [ShellExecuteEx]

When I execute this command { MOVE "I:\AceNum\*.*" "C:\Util\iFix\iFixDataBkp\AceNum" } in command prompt I don't see any errors, the command executes perfectly.

What am I doing wrong, please advise.