You can find
them discussed at http://www.febooti.com/products/filetweak/online-help/.
/A-:[RASHCNET] Removes the requested attributes from the copied files. The meanings of the
attributes are the same as the /A+ command line switch.
PERFORMING ROBUST FILE TRANSFERS WITH THE ROBOCOPY COMMAND 373
/CREATE Creates a directory tree and zero-length files. You can use this feature when you need
to copy the infrastructure from one location to another without copying the data.
/FAT Removes the long filenames from the destination files. All the files appear using the 8.3
File Allocation Table (FAT) file system format.
/256 Turns off the long path support that RoboCopy provides. If RoboCopy detects a long
path, it raises an error. The only time you??™d need to use this feature is if the destination doesn??™t
support long paths. For example, if you wanted to copy to an older system with DOS (or even
some camera or flash drives), you would probably want to use this command line switch.
/MON:n Monitors the source directory and performs a copy when more than n changes occur.
Unlike XCopy, you can use RoboCopy to keep source and destination files synchronized
automatically.
Pages:
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885