I did it this way and work fine. IPD version 11.0.1.21.1.5
On system command node choose
Configuration mode : run cmd.exe (Windows only)
In command box enter the full path name for source ( copy \\your server DSN\E$\lawson\law\test\work\File folder\FILE Name )
And full path name for target network folder (\\Network Folder \shared\fingrp\payroll\TRP\FileName_>) seprated by & or && if copying more than One file .
Command:
copy \\LawsonServer DSN\E$\lawson\law\test\work\TRPMNT\TRPMNT \\NETWORK FOLDER DSN\shared\fingrp\payroll\TRP\TRPMNT_> &
copy \\LAWSON SERVER DSN\E$\lawson\law\test\work\OMNIPLUS\OMNIPLUS \\NETWORK FOLDERDSN\shared\fingrp\payroll\TRP\OMNIPLUS_>
I see how to do this on Windows, but how would you do this on AIX?