Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch Files  (Read 4436 times)

0 Members and 1 Guest are viewing this topic.

H Smith

  • Guest
Batch Files
« on: December 14, 2004, 03:56:57 PM »
Is there a way to copy a dir to a network drive using a batch file?  Thanks!

Corrosive

  • Guest
Re: Batch Files
« Reply #1 on: December 16, 2004, 12:48:20 PM »
You should be able to. Most network drives (as far as I know) are assigned a letter much like your hard-drive is assigned 'C:\' by Windows. Just use the normal 'xcopy' command and replace the destination with the letter of your network drive (and path, for example' H:\Backups\December\')