determine programm start

  • Thread starter Thread starter Andreas Beer
  • Start date Start date
A

Andreas Beer

I want to make an additional backup from a part of a netdrive with a
simple copy routine:
it should start each night at 10 and just copy one folder to a local
hard disk. How can I do this and avoid to answer to the message "File
exists, overwrite it?" each time.
Thanks!!
Andreas
 
If you're doing this from a BAT file, use the /Y command line switch.

COPY FILEA.TXT FILEB.TXT /Y

COPY /? at a command prompt will get you a list of all the command line
switches.
 

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