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.

script expansion of qpatch files

Featured Replies

I can get this script to try and expand the files the same folder, but it errors out reporting the folder (file) exists

CD /D D:\scvpack.XP\07202004
D:\scvpack.XP\07202004>FOR %X IN (kb*.exe) DO "%~nX.exe /x:%X"

results in:

D:\scvpack.XP\07202004>"KB842773.exe /x:KB842773.exe"
The directory name is invalid.

how can I get the ' /x:KB842773.exe' output to be '/x:KB842773', creating the desired folder structure?

me = :)

BTW this is placed here in unattended Win due to the embedding of these expanded files into the unattend CD.

TIA -


  • Author

Figured it out. I guess thats why I get the the little $$$.

CD /D <folderpath>
FOR %X IN (kb*) DO %X /x:.\%~nX
FOR %X IN (q*) DO %X /x:.\%~nX

\

bl0 me. :)

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.