device names tidbit

DJ Delorie dj@delorie.com
Fri Jan 7 13:31:00 GMT 2000


I just ran across this in MSDN.  I wonder if we should use this trick
to be able to create/delete otherwise "reserved" names?

--

Another option is to use a syntax that bypasses the normal
reserve-word checks altogether. For example, you can possibly delete
any file with a command such as:

   DEL \\.\<drive letter>:\<path>\<file name>

For example: 

   DEL \\.\c:\somedir\aux


More information about the Cygwin-developers mailing list