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.

multi cmd problem

Featured Replies

I am trying to run 2 commands from WPI. 7.2.0 The first installs the software, and the second cleans up the install.

My first command calls r:\math\matlab_2008a\matlab_setup.cmd

@echo off

pushd %~dp0

setup.exe -if inst.ini

popd

This will install the program, but the batch finishes before the install is coomplete, and the 2nd command runs with nothing to cleanup.

I've tried

start "inst" /WAIT "setup.exe -if inst.ini"

but get an error stating it cannot find the program setup.exe -if inst.ini

If I put the setup.exe -if inst.ini in another file and then

start "inst" /I /WAIT /D r:\math\matlab_2008a "m-set.cmd"

the program will install but I then have 2 command windows open which do not terminate when the install is finished, so the cleanup command cannot run.

  • Author
Please try this:

@echo off

pushd %~dp0

start /wait setup.exe -if inst.ini

popd

Exit

Same result but one question should this be in WPI cmd line or as I'm putting it in a batch file?

Please try this:

@echo off

pushd %~dp0

start /wait setup.exe -if inst.ini

popd

Exit

Same result but one question should this be in WPI cmd line or as I'm putting it in a batch file?

Sorry that would be inna cmd file called by WPI...

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.