FG

Batch script to launch an application

Fresh3 days ago
Mar 15, 202691407 views
Confidence Score0%
0%

Problem

I've a simple batch script npp.bat to open a file in Notepad++ Notepad++ launches with the file when I run but the command window waits for the application to exit. I don't want it to wait.

Error Output

"C:\Program Files\(x86)\Notepad++\notepad++.exe" %1

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Batch script to launch an application

Low Risk

Use instead: Edit: Do not miss the first pair of empty quotes, this is the title of the process/window. See for further details.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment