Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Umm.. Copy..?  (Read 3414 times)

0 Members and 1 Guest are viewing this topic.

Billy Lee Gravel

  • Guest
Umm.. Copy..?
« on: November 24, 2004, 06:37:24 PM »
 ??? I Seem to not be doig something right..?... hmmm
1. I am trying to copy a simple .bat file to my desktop
2. that didn't work .. so i tryed copying it to any other place... But that didn't work either, I displyed the correct path and everything.. It must be something simple... Help me if you could.. Thanks alot...

MalikTous

  • Guest
Re: Umm.. Copy..?
« Reply #1 on: November 24, 2004, 10:01:37 PM »
copy "c:\directorytree\file.bat" "c:\windows\desktop"

The "quotes" are needed if your file path is not 8.3 compatible, and the file name(s) must be specified in the source parameter.