Mail Archives: cygwin/2003/06/05/15:08:11
> From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]On Behalf
> Of Igor Pechtchanski
> Sent: Thursday, June 05, 2003 6:41 PM
> support "aux" as the filename, or support '\' in filenames? The
It isn't just "AUX"...
$ echo >AUX.info TEST
bash: AUX.info: No such file or directory
$ echo >LPT TEST
$ echo >CON TEST
15 [main] bash 1780 fhandler_base::dup: dup(/home/Hannu/CON) failed,
handle 1B, Win32 error 87
bash: CON: Invalid argument
$ echo >CON.info TEST
8051785 [main] bash 1780 fhandler_base::dup: dup(/home/Hannu/CON.info)
failed, handle 1F, Win32 error 87
bash: CON.info: Invalid argument
I'm about to move my 'Amiga' over to the PC and try WinUAE.
The above (AUX) appeared during the move.
/Hannu E K Nevalainen, 59~14'N, 17~12'E
~ <=> degree
--
Background:
One form of driver loading on the Amiga is done with simple text files
containing settings in a specific directory (SYS:DOSDrivers/).
Here we have a device, by default, named AUX i.e. a file named AUX. For
this file to be visible with an icon on the desktop (Workbench) among other
things, there must be an AUX.info. Which in turn contains the icon image and
"TOOLTYPES" i.e. settings that are local for that Tool or Project. [These
can be compared with project/tool-local env-variables]
--END OF MESSAGE--
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -