March 23, 200521 yr 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
March 23, 200521 yr use XCOPY /I parameter. This tells command to assume that the target is a directory. Use xcopy /? to see all options.
March 23, 200521 yr or put a \ at the end of your command example:xcopy %systemdrive%\install %windir%\install = WRONGxcopy "%systemdrive%\Install\" "%windir%\Install\" = CORRECT
March 23, 200521 yr 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.
Create an account or sign in to comment