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
|
Code:
|
ROBOCOPY.EXE \SRC\ \DEST\ *.* /FFT /NP /E /COPY:DAT /FP /W:1 /R:1 /LOG+:C:\LOGFILE.LOG |
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
My recent reviews:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.