ChatterBank1 min ago
Windows Task Scheduler [Vista]
2 Answers
Hi there,
I would like to schedule a task that is going to copy all files form one folder (my music which i have ripped form my cd's) to another machine (my media center) on my network.
However, having never used windows task scheduler before now - i hav realised i can only schedule:
- A Programme to be run
- An email to be sent
- A message to be displayed
how can i achieve this?
many thanks,
Neil
I would like to schedule a task that is going to copy all files form one folder (my music which i have ripped form my cd's) to another machine (my media center) on my network.
However, having never used windows task scheduler before now - i hav realised i can only schedule:
- A Programme to be run
- An email to be sent
- A message to be displayed
how can i achieve this?
many thanks,
Neil
Answers
Best Answer
No best answer has yet been selected by maillme. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.if that's all ... do what Aq says .....
but the line should read
COPY /y A:\MUSIC\*.* B:\MUSIC BACKUP\*.*
(this stops it asking for confirmation)
then schedule the batch file to run.
... just follow the wizard - it's easy
alternatively save the batch to the startup folder on the programs menu - and it will run every time you start the machine
even better - see
http://free-backup.info/backup-software.htm
by using a "propper" backup prog ... it will compare the two folders and only copy the ones that have changed ....
this is much faster
but the line should read
COPY /y A:\MUSIC\*.* B:\MUSIC BACKUP\*.*
(this stops it asking for confirmation)
then schedule the batch file to run.
... just follow the wizard - it's easy
alternatively save the batch to the startup folder on the programs menu - and it will run every time you start the machine
even better - see
http://free-backup.info/backup-software.htm
by using a "propper" backup prog ... it will compare the two folders and only copy the ones that have changed ....
this is much faster
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.