xcopy "$(TEMP_FOLDER)\$(FME_JOB_ID)\Temp" "$(TEMP_FOLDER)\$(FME_JOB_ID)\Results" /I /E /Y /T
From the command line I use xcopy /I /E /Y /T and if the directory does not exist it creates it but within a SystemCaller it does not work and does not give an error message.
I need Help