Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
|
|||||||
Download Now:
xcopy troubles
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
xcopy troubles
hey everyone
here's the deal: im trying to copy my music from my c: drive to another hard drive (labeled f: ) by using xcopy. i made a batch file in notepad and saved it as backup.bat . the command in the batch file says: Code:
xcopy c:\documents and settings\username\my documents\my music\itunes\ f:\backups\ /s /e /r /f /h /i /c /k /y |
|
#2
|
||||
|
||||
|
You need to quote pathnames containing spaces. xcopy "c:\Doc.....\itunes\" ...
You can run your batch file from a CMD window or tell in its properties not to close on exit. |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
right click into properties i think
|
|
#5
|
||||
|
||||
|
The properties thing will only work for Windows 9x. You can put a "pause" command in the end of your file if you wish to keep the windows open in XP.
|
|
|
![]() |
| Similar Topics | ||||
| Topic | Replies | Forum | ||
xcopy help
|
10 | Windows OS | ||
XCOPY COMMAND and EXCLUDE parameter
|
2 | Software Apps | ||
New HD not up to scratch - xcopy?
|
2 | Storage and Networking | ||
Problems with XCOPY over networked drive
|
8 | Windows OS | ||
XCopy Problem
|
2 | Windows OS | ||
| Thread Tools | Search this Thread |
|
|
All times are GMT -4. The time now is 10:01 AM.



xcopy help