FG

Running cmd.exe from within Cygwin

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

Problem

I'd like to use Cygwin for my main shell at work, but my group uses batch files for several processes. I've been told that I can just do to run the batch file from Cygwin. This works for some cases, and not for others. One of the batch files completely fails when I do this, but works fine when I ru…

Error Output

cmd /c batch.bat

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Running cmd.exe from within Cygwin

Low Risk

You can run a batch file from a Cygwin shell directly, you don't even need the intermediate call to . If the batch file requires arguments, they need to be quoted in the Windows fashion; it might be simpler to run . You don't say in what terminal yo…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment