Hi,
I am trying to move a file from one directory to another using the exec function in DS, here is my script:
exec('/bin/sh', ' -c "mv /sapmnt/DSD/DataServices/Incoming/GCL/Neulion/test.dat /sapmnt/DSD/DataServices/Successful/GCL/Neulion"', 8);
My script works, except it move the entire Neulion directory instead of the file test.dat.
Does anyone have any idea why?
TIA