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.

runonceex and cmd.exe ?

Featured Replies

i've got a question:

using runonceex, must i use

cmd.exe /c REGEDIT filereg.reg
o can i use
REGEDIT /c filereg.reg
? and for
xcopy
?

For XCopy Yes, because it is part of cmd.exe, but not for regedit, because it is a seperate program

so to use xcopy from runonceex you have to call cmd.exe first?

Something like this?

cmd.exe /c xcopy /E "%systemdrive%\install\apps\Mozilla Firefox" "%programfiles%\Mozilla Firefox"

I know that xcopy command works from a regular batch script but in runonceex do I have to specify cmd.exe or do I just call xcopy?

The easy way to remember this is that an external commands don't need cmd /c. So if you can find the exe in your path, then you don't need it. xcopy.exe is external.

Internal commands such as copy and move will need the cmd /c infront of them. You can't find an executable file for these commands.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.