hey guys, i need a little help.
I am trying to create a script to find a folder and copy it.
so far i have done:
This is a .BAT file running CMD
if exist "E:\Folder" xcopy "E:\" "." /A /H /S /E /V /C /I /Q /O /X /exclude:exclude.txt
but i dunno it is right, its giving me wrong parameters and stuff
i want it to find the folder on E:, then copy it to where the script is running from. Any ideas? thanks guys