writing a .BAT to use xcopy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to write a simple .BAT file

I want to copy a file to a directory and overwrite it if it is needed (Using
xcopy)


The thing is that I'm going to give the file to somebody who will update my
app, but she does not need to know anything

Where can I read about the commands?
 
click on your screen
type F1
in the search box type 'help dos command'
in the search result you should find this item:
- command line reference
 
Try also "xcopy /?" at command line. Common options for the command will be
listed.
 

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