|
-
Jun 13th, 2005, 03:49 AM
#1
Reserved names?
Make a new folder, and try to name it aux, or nul or con.
Why does it not work?
-
Jun 13th, 2005, 06:08 AM
#2
Re: Reserved names?
 Originally Posted by mendhak
Make a new folder, and try to name it aux, or nul or con.
Why does it not work?
Nope, doesnt work here on XP
-
Jun 13th, 2005, 06:54 AM
#3
Re: Reserved names?
They are reserved folder/file names, i can't remember why, but its true.
-
Jun 13th, 2005, 09:42 AM
#4
-
Jun 13th, 2005, 09:57 AM
#5
Re: Reserved names?
what part of "reserved device name" is so hard to understand?
-
Jun 13th, 2005, 11:23 AM
#6
Re: Reserved names?
Yes they are reserved names for device files. A full list of which can be found here.
If you have a printer connected to LPT1 you can type the following at the command line and it will print it:
Code:
C:\>echo hello > lpt1
They are just like regular files, in that you can read and write to them but they instead correspond to devices.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|