Tuesday, September 21, 2004

Xcopy Deployment

Xcopy command is used to easily copy all the files of a .Net application to
a target installation directory... For applications that do not require any
further registration Xcopy is command is the simplest way to distribute your
.Net applications...

Do note that Xcopy command does not copy the hidden and system files... Also
note that Xcopy creates files with the archive attribute set, whether or not
this attribute was set in the source file...If you have a disk that contains
files in subdirectories and you want to copy it to a disk that has a
different format, you should use the Xcopy command instead of Diskcopy.
Since the Diskcopy command copies disks track by track, it requires that
your source and destination disks have the same format. Xcopy has no such
requirement. In general, use Xcopy unless you need a complete disk image
copy or you wish to copy the system files.

With Best Regards,
Mitesh Mehta
Email : miteshvmehta@gmail.com
http://cc.1asphost.com/miteshvmehta/

No comments: