PDA

View Full Version : how do you copy a file from c prompt to a:


duey
December 5th 03, 01:08 AM
I was wondering how you can copy a file on the hard drive
and paste it on the a: drive?

Joel Estes
December 5th 03, 01:08 AM
From your question, I am not too sure anyone is going to know what you want
to do; however, if you wish to copy a file from the Hard Drive to Drive A.
Go to Windows Explorer and locate the file to be placed on the A dirve and
highlight, then click on File and then Send to and select A.

Joel

"duey" > wrote in message
...
> I was wondering how you can copy a file on the hard drive
> and paste it on the a: drive?

Doug Knox MS-MVP
December 5th 03, 01:08 AM
In the Command prompt window type COPY /? for this list of command line
parameters. An example line would be:

COPY C:\Windows\Notepad.exe A:\

--
Doug Knox, MS-MVP Windows XP/ Windows Smart Display
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Associate Expert
ExpertZone - http://www.microsoft.com/windowsxp/expertzone
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"duey" > wrote in message
...
> I was wondering how you can copy a file on the hard drive
> and paste it on the a: drive?

Shiva
December 5th 03, 01:08 AM
There are many ways to copy files from hard disk to floppy.
One option is: from your Windows Explorer, select the file on the harddrive
you want to copy. Press Ctrl+C (or select menu Edit | Copy). Now select your
floppy drive and press Ctrl+V (or select menu Edit | Paste)

"duey" > wrote in message
...
I was wondering how you can copy a file on the hard drive
and paste it on the a: drive?

Google