|
Originally Posted by silentknight
|
probably the spaces in the paths.. try quotes around them
we use robocopy here a lot, but i've written a program to do most of the work for me .. let me take a look at my code i know i've run into the spaces in paths problem before.
also you dont need the first "*.*" that can go after a space after the destination path.
this is what my command line usually looks like
ROBOCOPY.EXE \SRC\ \DEST\ *.* /FFT /NP /E /COPY:DAT /FP /W:1 /R:1 /LOG+:C:\LOGFILE.LOG
|
Thanks SilentKnight.. :approve: