|
-
Nov 11th, 2002, 12:43 PM
#1
Thread Starter
Addicted Member
Dos Copy Command? [resolved]
Is there a switch or special dos command that you can use to copy all files and subdirectories with their files in them?
Thanks
-George
Last edited by Rh0ads; Nov 12th, 2002 at 05:23 PM.
< o >
-
Nov 11th, 2002, 01:26 PM
#2
ooooh, boy, that goes back a ways......
climbing into the WayBack (patent pending ) machine........
\s is the answer (s for subdirs)
-
Nov 11th, 2002, 04:26 PM
#3
Hyperactive Member
Use XCOPY with /s (optionally /e too).
-
Nov 12th, 2002, 08:22 PM
#4
Originally posted by MagellanTX
Use XCOPY with /s (optionally /e too).
what's /e? never used it
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 12th, 2002, 09:16 PM
#5
Fanatic Member
Originally posted by MrPolite
what's /e? never used it
copies empty dirs too, used with the /s
anythign in dos you can just use the /? switch for help
-
Nov 12th, 2002, 11:43 PM
#6
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 13th, 2002, 05:50 PM
#7
Fanatic Member
you can use the --help swithc in linux 
-C
-
Nov 14th, 2002, 09:20 AM
#8
Monday Morning Lunatic
Or cp -R 
In any Unix, not just GNU, you can use the "man" command to find out anything.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 14th, 2002, 08:06 PM
#9
Fanatic Member
about that man command...how do you get OUT of it?
-
Nov 14th, 2002, 09:04 PM
#10
Monday Morning Lunatic
Press 'q'. Same way you get out of a normal less environment.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 14th, 2002, 09:18 PM
#11
Fanatic Member
ahh..thanks. i kept trying Control-C, ESC, even the EMACS C-X C-C combination (and I think emacs sucks BTW), but nothing worked. Finally Alt+F4 did 
-C
-
Nov 15th, 2002, 06:53 AM
#12
Monday Morning Lunatic
Emacs is fantastic, given the proviso that you know how to use it. Otherwise it's an absolute bastard.
Personally, I don't use it - I don't need the power just yet. However, things may change...
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|