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.

Xplode and Multiple Commands

Featured Replies

I don't know if this can work. I was using WPI and moving to xPlode.

Here is a sample of my WPI code.

prog[pn]=['Ad-Aware SE 1.5']
desc[pn]=['Removes Un-Wanted AdWare programs and trackers.']
cmd1[pn]=['%systemdrive%\Install\aawsepersonal.exe /silent']
cmd2[pn]=['TASKKILL /F /IM HH.exe']
cmd3[pn]=['TASKKILL /F /IM ad-aware.exe']
dflt[pn]=['yes']
cat[pn]=['System Security']
ordr[pn]=[10]
pn+

Here is what I want in xplode

 <execute
 display=’Installing Ad-Aware SE 1.5’
 program=’ %systemdrive%\Install\aawsepersonal.exe’
 arguments=’/silent’
 program=’ TASKKILL /F /IM HH.exe’
 program=’ TASKKILL /F /IM ad-aware.exe’
/>

Will this work correctly?

Thanks!

no must be along these lines...

<item display='Installing Ad-Aware SE 1.5'>
<execute display='Installing aawse Personal........'
program='%systemdrive%\Install\aawsepersonal.exe'
arguments='/silent' />
<!-- -->
<execute display='Killing Task HH.exe........'
program='TASKKILL /F /IM HH.exe' />
<!-- -->
<execute display='Killing Task Ad-Aware.......'
program='TASKKILL /F /IM ad-aware.exe' />
</item>

This should work only if the syntax's are ok. I have extra <!-- --> just to split up my programmes so i can read my xml file better.

That is why i try and keep my file with

execute

program

arguments

always under each other.

A quick check to see if the XPlode.xml file is ok is to do a right click on it and load it in internet explorer or other browser. If it lists up ok then the file itself is ok. It is only a basic check but it comes up with errors with certain things wrong.

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.