I have problems passign windows path to an non-Cygwin application in Cygwin
app 'd:\path\file'
That application gives an error of /d:/path/file does not exist
.
How stop Cygwin with modifying the input argument in this case?
It prepends / to the path.
It does not prepend, it just looks so by the misleading error message.