What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [URGENT]Copy file from my documents to A: In command prompt

[URGENT]Copy file from my documents to A: In command prompt
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [URGENT]Copy file from my documents to A: In command prompt
Syntax:

COPY SOURCE DESTINATION

eg:

copy "c:\my documents\aaa.doc" a:


Syntax:

DIR path_or_filename [/W] [/P]

can include wildcards
/W optional, show the list in a wide view
/P optional, show the list page per page

eg:

dir "c:\my documents\*.doc"
dir "c:\my documents\hello?.exe" /p
dir "c:\my documents\a*.xls" /w



more detailed help can be found if you enter the /? parameter after the command you want to use. eg:
  dir /?
  cd /?
  copy /?
etc...

This post was edited on 10-08-2006 at 09:33 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-08-2006 09:22 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[URGENT]Copy file from my documents to A: In command prompt - by M73A on 10-08-2006 at 09:17 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by ins4ne on 10-08-2006 at 09:19 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by ShawnZ on 10-08-2006 at 09:20 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by M73A on 10-08-2006 at 09:21 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by CookieRevised on 10-08-2006 at 09:22 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by Dempsey on 10-08-2006 at 09:22 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by ins4ne on 10-08-2006 at 09:22 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by M73A on 10-08-2006 at 09:22 PM
RE: RE: [URGENT]Copy file from my documents to A: In command prompt - by CookieRevised on 10-08-2006 at 09:32 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by ShawnZ on 10-08-2006 at 09:37 PM
RE: RE: [URGENT]Copy file from my documents to A: In command prompt - by CookieRevised on 10-08-2006 at 09:41 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by ShawnZ on 10-08-2006 at 09:46 PM
RE: [URGENT]Copy file from my documents to A: In command prompt - by M73A on 10-08-2006 at 09:53 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On