MSFN Forum: xcopy'ing to an SD card - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

xcopy'ing to an SD card

#1 User is offline   timotheus 

  • Group: Members
  • Posts: 7
  • Joined: 29-September 12
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 29 September 2012 - 01:51 AM

Hi everyone,
I have developed a script to create a bootable USB-hosted SDHC to allow installation of both XP 32-bit and XP 64-bit on machines that I have at various locations (RMPartUSB and WinNTSetup2_x86 developers, thank you!).
However, there was one thing that really caused a nuisance, and that was the final xcopy to the SDHC.
I found that my usual xcopy /c /h /e /q /k /r /o /y didn't work, xcopy /h /e did.
I hope this helps anyone else who gets stuck with xcopy switches.


#2 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,458
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 29 September 2012 - 04:28 AM

View Posttimotheus, on 29 September 2012 - 01:51 AM, said:

However, there was one thing that really caused a nuisance, and that was the final xcopy to the SDHC.
I found that my usual xcopy /c /h /e /q /k /r /o /y didn't work, xcopy /h /e did.
I hope this helps anyone else who gets stuck with xcopy switches.

The "standard" (mine) is however:
/i /s /e /r /v /k /f /c /h


http://www.msfn.org/...post__p__821109

View Postjaclaz, on 23 December 2008 - 06:31 AM, said:

About XCOPY,
Nick Rage:
http://www.duxcw.com...pyhd/cpyhd2.htm
is to be credited for the:
http://www.msfn.org/...opic=24650&st=9

I SERVe Kentucky Fried Chicken Hot!


Most probably the issue you had was due to the missing /h switch, that will leave behing any "hidden" file :w00t: , and the /o may also cause issues :unsure: (if the target is NTFS).

jaclaz

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy