Greetings, All! > I think I've finally ironed out most of the issues I had with it. (Infinite > number of arguments, quoting, etc.) > The only known issues that cause script to break seems to be the same as you > would expect with direct script executions - uneven/misplaced quotation marks.
Except the line 31, which should read FOR /F "usebackq delims=" %%a IN (`cygpath.exe -u "%~1"`) DO ( else the paths containing spaces are split in multiple tokens. -- WBR, Andrey Repin (anrdae...@yandex.ru) 07.01.2015, <02:16> Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple