XCopy

  • Thread starter Thread starter Ali Nikzad
  • Start date Start date
A

Ali Nikzad

how can i use XCopy to deploy my asp.net app written in vs.net

thanks
 
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 ).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top