xcopy + secure del
Posted: 27 Nov 2008 10:06
I have this code:
xcopy.exe /v/y/e "BlackBerry\pictures\*.*" "I:\Photos\*.*"
del.exe /q/s "BlackBerry\pictures\*.*"
I'd like to delete only in case the xcopy command ends successfully, otherwise show a error message
Any ideas?
xcopy.exe /v/y/e "BlackBerry\pictures\*.*" "I:\Photos\*.*"
del.exe /q/s "BlackBerry\pictures\*.*"
I'd like to delete only in case the xcopy command ends successfully, otherwise show a error message
Any ideas?