BATCH SCRIPT - TechRepublic
Question
August 31, 2009 at 03:00 AM
mnghishekwa

BATCH SCRIPT

by mnghishekwa . Updated 16 years, 10 months ago

I am running win. server 2008 as a virtual machine. the machine is hosting the SQL database. The SQL backup is deposited on the virtual platform. I have created a mapped drive from the Base machine where I am able to manually copy the backup file to an external storage device. I want to create a script and schedule it to run to copy from the mapped drive to external device.

I tried to create the following

xcopy z:\backups\* f:\external\* /y/q/s

This discussion is locked

All Comments