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.

start /wait on XP SP2

Featured Replies

I apologize if this has been brought up before, I did a search, but couldn't find anything.

I've been trying to script out some application installs via batch files. I discovered the start /wait command. But it doesn't seem to work for me. when I run the batch, all the installs fire off simultaneously.

I've read that for whatever reason, the /wait functionality doesn't work in SP2 anymore. If this is true, is there a way around it? The only workaround I know of currently is using powershell scripts using "| out-null"

Thanks in advance.


The wait functionality works on XP SP2...I use it all the time.

Your batch files...are you using a .bat or a .cmd extension?

post your script if you still have problems and we can see what else it might be.

The only time I have had a problem with the start /wait command is if it's some sort of self-extracting archive that runs a command after extracting - in that case, it seems like it extracts the archive, then releases the process and the command issued after extracting the archive is its own independent process. Even then it depends on the type of archive. Don't recall all of them off hand - but can tell you for sure this seems to happen with self-extracting .rar archives. So what I personally do is just have self-extracting .rar archives extract to a fixed folder - but don't run any command itself after extracting - instead use the start /wait command again to actually run what you want after that archive is extracted.

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.