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.

Creating new shortcuts

Featured Replies

using shortcut.exe (I think from a wintendo CD)

called from cmdlines.txt

[Commands]

"REGEDIT /S RegTweaks.reg"

"apps.cmd"
"Shortcuts.cmd"

just keep adding additional ones as necessary

@echo off

rem set t=  FULL PATH TO EXE
rem set n= FULL PATH TO LOCATIOON OF SHORTCUT
rem set d= WORKING DIRECTORY OF SHORTCUT
rem set a= ARGUMENTS OF SHORTCUT
rem set i=  ICONFILE
rem set X= ICONINDEX
rem start /wait shortcut.exe -t %t% -n %n% -d %d% -a %a% -i %i% -X %x% -f

set t="c:\program files\netmeeting\conf.exe"
set n="%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Communications\Netmeeting.lnk"
set d="c:\program files\netmeeting"
start /wait shortcut.exe -t %t% -n %n% -d %d% -f

set t=
set n=
set d=
set a=
set i=
set X=
start /wait shortcut.exe -t %t% -n %n% -d %d% -a %a% -i %i% -X %x% -f


You trying to complicate it. This works for me

shortcut.exe /f:"%USERPROFILE%\Desktop\SuperScan.lnk" /a:c /t:"%programfiles%\SuperScan\scanner.exe" /W:"%programfiles%\SuperScan"

  • Author

not really.. I just HATE long lines

and for the most part, only 3 set statements are use.. the other are only there for completeness

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.