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.
 
Back
Top