XKnoppix Posted March 23, 2005 Posted March 23, 2005 when i run my XCOPY commands i keep getting a "is this path a directory or a file?" and i have to input a F or D to go on? what's the deal?Thanks
dman Posted March 23, 2005 Posted March 23, 2005 use XCOPY /I parameter. This tells command to assume that the target is a directory. Use xcopy /? to see all options.
MCT Posted March 23, 2005 Posted March 23, 2005 or put a \ at the end of your command example:xcopy %systemdrive%\install %windir%\install = WRONGxcopy "%systemdrive%\Install\" "%windir%\Install\" = CORRECT
Martin Zugec Posted March 23, 2005 Posted March 23, 2005 Or switch to robocopy from resource kit... I LOVE this utility, give it a try.
KenOath Posted March 23, 2005 Posted March 23, 2005 I made an unnattended Windows98 CD installation once & experimentedwith it that many times i'll never forget the extension used at the end ofthe xcopy command.from memory the total line wasxcopy x:\win98 d:win98\cabs /s /e /v /yxcopy -then the directory to xcopy from then the directory to copy to, then sevyat then end = /s /e /v /ywhich copied all files & directories in the win98 folder & varified the filewas a good copy.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now