setting CYGWIN=nodosfilewarning not working.

Eric Blake eblake@redhat.com
Thu Jun 10 12:00:00 GMT 2010


On 06/10/2010 05:55 AM, prakash babu wrote:
> I have a web application which runs as SYSTEM user in windows.
> It executes the following command using Java Runtime.exec api's
> C:/cygwin/bin/sh.exe -c C:/cygwin/bin/mkdir.exe -p 'C:/cygwin/tmpdir'
> 
> The command executes fine but I get the following warning.

Better yet, don't trigger the warning in the first place, by using POSIX
paths from the get-go:

c:/cygwin/bin/sh.exe -c /cygdrive/c/cygwin/bin/mkdir.exe -p
'/cygdrive/c/cygwin/tmpdir'

-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20100610/6ef61dfc/attachment.sig>


More information about the Cygwin mailing list