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.

Stand-Alone WPI Cd

Featured Replies

incase anyone else removes i.e. and wants to run wpi as a standalone cd.

Autorun.inf

[AutoRun]
open=START.cmd
icon=wpi.ico

START.cmd

REGEDIT /S hta.reg

start/wait "" C:\WINDOWS\system32\mshta.exe "%CD%\wpi.hta"

exit

hta.reg

;thanks Clint
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.hta]
@="hta_auto_file"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\hta_auto_file\shell\open\command]
@="\"C:\\WINDOWS\\system32\\mshta.exe\" \"%1\""

place these 3 files in the WPI directory. they will silently reg mshta.exe and start WPI.hta.

Hehe, thats an old reggie right there ;)

Actually you can ditch the hta.reg..

mshta will find it anyway if you use the %windir%\system32\mshta.exe "%CD%\wpi.hta" command....gives you

freedom to use the disc even in a secondary boot or such ;)

I didn't knew that back then ;)

Edited by Clint

  • Author

i found that thru google.

thanks again,Clint. :thumbup

  • 2 years later...

Autorun.inf

[AutoRun]
open=START.cmd
icon=wpi.ico

START.cmd

REGEDIT /S hta.reg

start/wait "" C:\WINDOWS\system32\mshta.exe "%CD%\wpi.hta"

exit

NICE! but would be nicer if the CMD window dissapeared :rolleyes:

add cmdow.exe in your WPI root

I got mine START.CMD:

%cdrom%\wpi\cmdow.exe @ /hid

REGEDIT /S hta.reg

start /wait %systemroot%\system32\mshta.exe "%CD%\wpi.hta"

exit

Edited by midi2k6

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.