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.

Relative Shortcuts possible?

Featured Replies

Is it possible to create a shortcut based on relative paths instead of absolute?

IE: I have a shorcut placed on the root of a drive, which has a folder in it, which contains the program I want to point the shortcut to.

I dont think there is, but thought Id check...

Thanks!

You can use the %SystemDrive% variables. But it isn't possible to create a relative shortcut "the normal way". You could create a cmd file that runs the specified program, which of course can contain relative paths.

  • Author

yea.. thats what I figured... darn

  • 5 years later...

Well, recognizing this thread's age, I'd suggest to do the following to obtain full relative links using standard shortcuts:

1. Make a new shortcut to: cmd.exe /c

2. Now open properties. You will find cmd.exe autocompleted with an absolute path to cmd.exe

Delete the content of the "Start in:" field.

3. Append the full path in the "Target:" field with your own relative path and app, e.g.

%windir%\system32\cmd.exe /c start your_relpath\app.exe [your_args]

That's it. On some other URLs solutions of this kind are presented, too. However, doing so does not change the current working directory for the called program. If that is desired, then the modification should be as follows:

3. %windir%\system32\cmd.exe /c "cd your_relpath && start app.exe [your_args]"

For an explanation of && simply enter cmd /? in a command window.

Note 1: Putting anything like "%cd%\your_relpath\" in the "Start in:" field does nothing at all.

Note 2: A short flash of a console window popping up as in batch files will occur. This can be avoided by setting Run: minimized.

Note 3: An icon must still be referenced absolutely.

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.