View Single Post
  #2 (permalink)  
Old 08-03-2006, 03:15 PM
William_Wilson's Avatar
William_Wilson William_Wilson is offline
Moderator
 
About:
Join Date: Mar 2006
Location: Canada
Posts: 973
William_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura about

Default


xp is an odd os, they essentially removed dos, though the prompt is still there, many feature were returned after SP2, but not all, even though the prompt recognizes them.
Be sure you are using xcopy correctly:
the flags /s and /e are redundant, only /e is needed to copy all directories, also there should be a space between source and destination:
C:> xcopy C:\ E:\ /e/h
i believe this will work



__________________

</Dream In Code>
-William. ยง (marvin_gohan)
Reply With Quote