--- Vivek Achary <[EMAIL PROTECTED]> wrote:

> Sure we know about the endless list of M$ bugs but this one takes the
> cake.
> 
> If you're on dual boot or have access to M$, just try to create a
> folder named "con" ...

con stands for "console" in DOS which has probably been carried forward
into Windows. The redirection operator is not as powerful as the unix
operator therefore if you wish to capture something from the STDIN you
interact with CON

To create a file on the fly you would do something like this:

---------------------------
COPY CON newfile.txt
Hello World
^Z
---------------------------

Simillary instead of redirecting data to the printer you copy files to
LPT1

I have in the past written data to a file instead of printing it
directly and then later run a command like this:

COPY printfile.prn LTP1:

I am assuming you can get a modem to work by doing 

COPY modem.ctr COM1:

> You can't!
> 
> And the humourous part, expectedly NO ONE at Microsoft knows why...
> maybe bcos M$ has a patent on creating "cons" ?

I wonder who in Microsoft you had asked that humourous question !!



Mithun


        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to