FG
💻 Software

Windows batch-file that continues after launching each program

Fresh5 days ago
Mar 15, 202629923 views
Confidence Score0%
0%

Problem

I'm trying to create a very simple Windows-XP batch file: Of course, I don't want to have to exit each program, before the next one starts. The default for batch files seems to be "stop until the previous program exists". The three executables listed above are program like Notepad: They open and ru…

Error Output

Program1.exe
Sleep 3
Program2.exe
Sleep 5
Program3.exe
Sleep 11

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Windows batch-file that continues after launching each program

Low Risk

Another suggestion: If you are putting your program in quotes because there are spaces in the path to the exe, you need to do this: Found it here: Run Windows application from Command Prompt

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment