Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3157878
By: keithmarshall

How do you escape *anything* in cmd.exe?  The stupid thing insists on using
the escape character as a directory separator.

You may need to quote the format spec, with *double* quotes, or you may need
to say +%%F, because cmd.exe expects a variable expansion to follow a single
%, (although that should really be %F% for a variable called F).

Best advice is to ditch cmd.exe altogether, and use a decent shell, such as
the sh.exe included in MSYS, from MinGW.org, or Cygwin's bash.exe; (both are
actually bash).

Regards,
Keith.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to