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:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: [URGENT]Copy file from my documents to A: In command prompt
quote:
Originally posted by M73A
Copy file from my documents to A: In command prompt
code:
cd "c:\documents and settings\<username>\my documents"
cp filename.ext a:\filename.ext

quote:
Originally posted by M73A
is there a way i can view files in the my documents folder? so i can check the filename? thanks
code:
cd "c:\documents and settings\<username>\my documents"
dir *.ext /p

quote:
Originally posted by M73A
what would i have to type in for AAA.doc from my documents to the A drive?
code:
copy "c:\documents and settings\<username>\my documents\AAA.doc" a:\AAA.doc

EDIT: yea i'm slow :P

This post was edited on 10-08-2006 at 09:23 PM by Dempsey.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
10-08-2006 09:22 PM
Profile E-Mail PM Web 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