Hi Kevin,

do you know how to make sure that the xcopy command to make it is working to backup the folder which is in the parent folder only. i tried the code below but it is not working when i put the script on the same layer as the parent folder. please help.


system ("xcopy /E /I /G /H prod\\idrive prod\\idrive_ba ckup");

thanks
mhalwi...