FG
💻 Software

Problem with quotes around file names in Windows command shell

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

Problem

I have Windows XP Home SP3 running. Trying to run this command: It works fine (ignore the exact program and file names). However, when quoting the last argument, I get an error: When run without but directly, both command lines run without errors. I used the to debug a similar problem I had with ca…

Error Output

cmd /c "C:\Program Files\TortoiseSVN\bin\subwcrev.exe" .. ..\Modules\getbuildinfo.c Win32-temp-Debug\getbuildinfo2.c

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Problem with quotes around file names in Windows command shell

Low Risk

This is what says about quoting: If /C or /K is specified, then the remainder of the command line after the switch is processed as a command line, where the following logic is used to process quote (") characters: If all of the following conditions …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment