Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xcopy'ing to an SD card

Featured Replies

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.


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

About XCOPY,

Nick Rage:

http://www.duxcw.com/digest/Howto/hd/cpyhd/cpyhd2.htm

is to be credited for the:

http://www.msfn.org/board/index.php?showtopic=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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.