i need a batch file that copy 3 files from a dir to an already existing dir (that have a long dirname and spaces) ill figgure ill use XCOPY rather than COPY right?
the 3 files already exists but i want them to be overwritten.
please correct, simpify, make suggestions, remake this cmd for me if you will
cmdow @ /HID XCOPY /Y file1.txt "%systemdrive%\Program\Dir whit paths\dir whit paths\file1.txt" XCOPY /Y file2.txt ""%systemdrive%\Program\Dir whit paths\dir whit paths\file2.txt" XCOPY /Y file3.txt ""%systemdrive%\Program\Dir whit paths\dir whit paths\file3.txt" EXIT
I know this is a really newbie question but like i said i suck at batchfiles
thanx for any help though



Help
Back to top









