Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Xcopy command
Name: jawdat Date: December 21, 2002 at 23:43:35 Pacific OS: XP CPU/Ram: Intel P4, 1.60GHz, 128 MB
Comment:
I am tring to use xcopy command to copy folder with subfolders and files from my home directroy to somewhere else, but it doesn't work. It shows the following error: Invalid Number of Parameters. The same command string works fine if I copy form the root directory or from andy folder under the root directory. I unchecked the Make my folder private check box, but nothing happens. What could be the problem. I need to be able to copy folders with subfolders and files specifically from my Directory using a batch file. This is a sample of the command I am using: xcopy /D /C /S /E /V /Y C:\Documents and Settings\Jawdat Al Sadek\Favorites \\10.0.0.200\JAWDAT\Favorites.
Summary: Hi, I've got a very simple backup solution which has worked for years. I know a lot of other people that use it because it works great and is extremely simple to implement. It's just a simple batch fi...
Summary: Unfortunately Xcopy command is not a supported command in Windows XP Recovery console according to THIS MSKB. Additionally, Recovery console will load only some of the drivers for your hardware, suc...
Summary: I have a batch file containing an XCOPY command. The command works fine when run directly from the command line, but the batch file will not work? The cmd window fills with the contents of the batch...