FG
💻 Software

How To Execute Cmd.exe Silently?

Fresh7 days ago
Mar 15, 2026287248 views
Confidence Score0%
0%

Problem

I use below code in Run dialog of Windows XP. You may replace the program path any program installed on your system. The problem is Photoshop launches up but cmd.exe window still keeps. I do not want to cmd.exe file pop up. Is it possible to launch up a program via cmd without opening a cmd.exe win…

Error Output

cmd /c "C://Program Files/Adobe/Adobe Photoshop CS4/Photoshop.exe"

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How To Execute Cmd.exe Silently?

Low Risk

The problem is that the Command Prompt (cmd) cannot terminate - it is stuck up there on the screen waiting for Photoshop to terminate. To launch Photoshop in a bat file and let the batch file continue on and terminate, use the start command, which s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment