not mean that windows path expression as a:\ etc. are understood.
E.g. I cannot create a disk image with

dd if=a: of=disk_image.bin bs=1k count=1440

The problem is not with paths that contains backslashes; e.g.
dd if=a:\test of=disk_image.bin bs=1k count=1440, where test an ordinary file, works perfectly. The real problem is that a: is a directory, which cannot be opened and copied in the way this can be done on Unix operating systems, i.e. as if it is an ordinary file.


Kees Zeelenberg



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to