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.

confused about copy

Featured Replies

i see alot of ppl using copy in there batch commands but they have it like

copy %systemdrive%\......\.....\somefile.ext %systemdrive%\......\.....\somefile.ext

so i was wondering doesn %systemdrive% refer to the CD during the installin process? so wouldnt that try to copy the file to the CD instead of teh HD?

%systemdrive% refers to whatever drive Windows is installing on.

%systemdrive% is a symbolic link to the drive in which windows is installed on....C:\, D:\, E:\,.....

(dang getting slow) ;)

  • Author

ok then wen ur settin up ur xp instll cd the batch file has commands like

ECHO.
ECHO Installing WinRAR 3.41
ECHO Please wait...
start /wait %systemdrive%\install\Applications\WinRAR\wrar341.exe /s

isnt that running the file from the cd?

also, unless you are needing to change the filename or extension of the file you are copying you do not need to reference it twice:

::to keep copied filename the same
COPY "%systemdrive%\install\a folder\filename.ext" %systemroot%\System32\
::or to rename the copied file
COPY "%systemdrive%\install\a folder\filename.ext" %systemroot%\System32\newname.ext

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.