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.

Little AutoIt "RunOnceEx" writer

Featured Replies

I made this simple "RunOnceEx" script in AutoIt the other day and I figured I'd share it. It's basically just two functions that auto-increment the keys/values they add to the registry.

Usage is easy, just use ROE1() to add the name of the program to be installed, followed by however many ROE2() commands are necessary to install the program.

For fully CD-based installs, use GetCD() with a filename to search for the right CD drive, then use CD: wherever required in your paths.

Advantages to using a RunOnceEx.cmd file:

- Easier syntax...

- No need to fix things like quotes (in a CMD you need to change " to \")

- No need to use CMDOW to get it to run silently, it already does

- No need to add numbers to get everything to run in the order you want, just script it in the proper order

- Adding additional programs later on is easier due to the above

A few example installations are included. Enjoy.

RunOnceEx_withCD.au3

Edited by ChiDragon


And from cdrom? works the same?

From the script, as it appears, cdrom option is not selected. This may have to be defined.

  • Author

I edited the first post with an updated script to allow for CD-only installs as well. It can easily be changed to remove the need to search for a file on the disc if you only have one CD drive, or if you know that the CD drive it's in will always be first in letter order. Let me know if you want that...

Yes this one is good script to cover both installation types. ;-)

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.