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.

Dependent of

Featured Replies

Hello, I'm Newbie and think the WPI ist a great program for UWXP.

But I have already a question.

I have progA, progB and progC. ProgA excludes progB. ProgB excludes progA. ProgC is dependent of progA or prog B. How can I manage this?

:blink:

Basing myself on the help file on the wpi site:

for multiple exclusion, for example PC excludes PA and PB, you can use

excl[PC]=PA,PB

so I think if you want to make PC dependant of PA and PB, you could use

deps[PC]=PA,PB

not tested though

if you run PA+PC (PC after PA, but you run both !)

or PB+PC (PC after PB, but you run both !)

you can put

prog[pn]=['PA+PC']

uid[pn]=['PAPC']

cmd1[pn]=['\\path\\PA.exe']

cmd2[pn]=['\\path\\PC.exe']

excl[pn]=[PBPC]

pn++

prog[pn]=['PB+PC']

uid[pn]=['PBPC']

cmd1[pn]=['\\path\\PB.exe']

cmd2[pn]=['\\path\\PC.exe']

excl[pn]=[PAPC]

pn++

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.