|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (11 bit)
|
Batch file help
I'm trying to make a batch file to copy a folder and all of its files and sub-folders, but I can't figure out how to do it since the copy command only copies files. Does anyone know how I can do this?
__________________
Main: ASUS P5k SE/Core 2 Duo E6550/4x1024mb DDR2 800 GeForce 8600 GT 256MB/WD 36.7GB Raptor - WD 320GB x2 - WD - 750GB x2 - WD 640GB Laptop: Acer Aspire One AOA150 945GSE/Atom N270/1024mb DDR2 533/8.9" WSVGA/120GB HDD/2.3 lbs. HTPC: Shuttle K48 945GC/Pentium E2180/2x1024mb DDR2 800/80GB HDD/Vizio V37L 37" LCD 1080i Join us in the pcmech irc channel on undernet #Pcmech. |
|
|
|
|
|
#2 |
|
Member (10 bit)
|
You are going to want to use the XCOPY command with the /y /e or /s switches. Probably something like this:
Code:
XCOPY [source] [destination] /Y /E heres a helpful link: http://www.robvanderwoude.com/index.html mike Last edited by mikezel; 12-04-2004 at 02:33 PM. |
|
|
|
|
|
#3 |
|
Member (11 bit)
|
works great
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|