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.

Problem with RunOnceEx.cmd on Windows 2000 Pro

Featured Replies

The beginning of my runonceex.cmd file for a Windows 2000 Pro install looks like this:

@Echo Off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Application Installer" /f

REG ADD %KEY%\004 /VE /D "Extracting D620 Software" /f

REG ADD %KEY%\004 /V 1 /D "C:\masters\extract.exe /Y /E /L C:\masters\ C:\masters\D620.CAB\" /f

REG ADD %KEY%\009 /VE /D "Dell Notebook System Software" /f

REG ADD %KEY%\009 /V 1 /D "C:\masters\D620\System\setup.exe -S" /f

When I run this, I get an error message back saying: "Too many command-line parameters." for each REG ADD entry...Is the format different under Windows 2000???

The second command only has an error because the previous one failed!

If the cab file hasn't extracted, then the setup cannot be run from the extracted files.

Try changing the first command to this single line

"%COMSPEC% /C C:\MASTERS\EXTRACT /YEL C:\MASTERS C:\MASTERS\D620.CAB" /F

extract exe needs running from the cmd console.

<Edit>

You may also prefer to try this

"%COMSPEC% /C CD /D C:\MASTERS &&EXTRACT /YE D620.CAB" /F

</Edit>

Edited by Yzöwl

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.