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.

What's the command line for install all hotfixes ?

Featured Replies

Hi all !

Anyone can me remember the command line in batch for execute all *.exe

in a directory ?

its seems : for %%i in ....

excuse me for my language i"m french ...


@echo off

FOR %%D IN (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%D:\WIN51IP SET CDROM=%%D:

Echo Installing Switchless Applications

FOR /f %%f in ('dir/b/s %CDROM%\Hotfixes\Switchless1\*.exe') DO Start /wait "" "%%f"

FOR /f %%f in ('dir/b/s %CDROM%\Hotfixes\Switchless1\*.msi') DO Start /wait "" "%%f" /qn

Echo Installing Hotfixes

FOR /f %%f in ('dir/b/s %CDROM%\Hotfixes\Type1\*.exe') DO Start /wait "" "%%f" /z /n /o /q

FOR /f %%f in ('dir/b/s %CDROM%\Hotfixes\Type2\*.exe') DO Start /wait "" "%%f" /Q:A /R:N

Echo Installing Additional Switchless Applications

FOR /f %%f in ('dir/b/s %CDROM%\Hotfixes\Switchless2\*.exe') DO Start /wait "" "%%f"

FOR /f %%f in ('dir/b/s %CDROM%\Hotfixes\Switchless2\*.msi') DO Start /wait "" "%%f" /qn

Start /wait "" "%CDROM%\hotfixes\qchain.exe"

  • Author

Great !!!

Qchain.exe is outdated since windows xp sp1 say Microsoft.

Great !!!

Qchain.exe is outdated since windows xp sp1 say Microsoft.

Would someone be kind enough to explain me the procedure of installing hotfixes for Windows XP SP1? For example, where do you place the hotfixes? What files do I need to modify? etc... I have reading various methods and not sure which is one the proper one. Any help would greatly appreciated.

-Kenneth

just make the folder structure as shown in the batch above, on the root of the CD

place the patches of the appropriate type in the correct folder

call the batch from runonceex

just make the folder structure as shown in the batch above, on the root of the CD

place the patches of the appropriate type in the correct folder

call the batch from runonceex

Thanks. Does this method accepts long filename? Or do i have to rename each hotfixes to the 8 DOS character limitation?

-Kenneth

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.