Bat file

  • Thread starter Thread starter Todd Huttenstine
  • Start date 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
 
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
 
Its working but instead of going on my P directory, its
going on my desktop.

Why?
 
That's a question for the Network Guy, a name I take abundant caution to
not have associated with mine.
 
Hey I had to put the command on 1 line instead of
splitting it onto 2 lines.

Thank you
Todd Huttenstine
 

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

Similar Threads


Back
Top