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.

How to make a copy of Directory from CD to Hdd via

Featured Replies

Hi ! Guys !

I want to make a copy of a directory (inclding all files in it) from cd to Harddisk by WPI .

How to config the command for this "copy"???

i.e.

1.I want to make this copy from cd to c:\program files\...

xcopy C:\xp-cd\root\install\_antivirus\Kaspersky\50227\reg\*.* C:\Program files\Kaspersky Lab\Kaspersky Anti-Virus Personal\*.*/s

how to write this command in config ????

2.

cmd/c copy %cdrom%\install\aaa\*.* c:\program files\bbb\*.*/s

This doesn't work !!!!

Anyone help me ? Thank you.!

Edited by swbchen

i have code i use at home that works, but you need to use something akin to this

%windir%\system32\xcopy /E /V /Q <from path> <to path>

/E - Copies directories and subdirectories, including empty ones.

Same as /S /E. May be used to modify /T.

/V - Verifies each new file.

/Q - Does not display file names while copying.

if you want to use other switches, open a command prompt and type xcopy /?

Hope it helps

  • Author

it works for this path:

%windir%\system32\xcopy /E /V /Q %cdrom%\install\_antivirus\Kaspersky\reg\*.* c:\aaa\*.*

but not work for this paths

%windir%\system32\xcopy /E /V /Q %cdrom%\install\_antivirus\Kaspersky\reg\*.* c:\program files\aaa\*.*

any help ???

thank you.

  • Author

%windir%\system32\xcopy /E /V /Q "%cdrom%\install\_antivirus\Kaspersky\reg\*.*" " c:\program files\aaa\*.*"

this one work ! thank you

path must be with " " !

Edited by swbchen

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.