Bat file

  • Thread starter Todd Huttenstine
  • Start date
T

Todd Huttenstine

hey how would I write a .bat file to copy Q:\QTD\Current
Version\All In One\Quick Tools Full.xls to P:\QTD\Quick
Tools Full.xls?


Thank you
 
J

JWolf

copy "Q:\QTD\Current Version\All In One\Quick Tools Full.xls"
"P:\QTD\Quick Tools Full.xls"

paste line into notepad and save as myname.bat
 
T

Todd Huttenstine

Its working but instead of going on my P directory, its
going on my desktop.

Why?
 
J

JWolf

That's a question for the Network Guy, a name I take abundant caution to
not have associated with mine.
 
T

Todd Huttenstine

Hey I had to put the command on 1 line instead of
splitting it onto 2 lines.

Thank you
Todd Huttenstine
 
Top