XCopy

  • Thread starter Thread starter Ali Nikzad
  • Start date Start date
the key is to use an exclude file. type xcopy /? and it will tell you how
to reference the xclude file in your xcopy command. w/ this you can easily
exclude files w/ a simple text file like so:
*.cs
*.vb
*.resx
*.psd
/working/
/sec/
/privatepr0n/

outside of that, i use the switches to write over files, create directories,
and ignore errors ( damn vpn ).
 
Back
Top