Hello,
In my Win2K Driver, I want to be able to do (the equivalent of the
following in Unix):
type > /dev/MyDevice
and
cat /dev/MyDevice
I have created SymbolicLinkNames for my devices (hypothetical in this case)
in my Win2K driver. But when I try to do the above, a new file is created
instead of the data going to my device.
Now how can I achieve the above ?
Any help is appreciated.
Thanks
Puja
Did you use:
Type somefile.txt | \.\MyDriver <\.\MyDriver>
-----Original Message-----
From: xxxxx@usa.net [mailto:xxxxx@usa.net]
Sent: Wednesday, September 13, 2000 6:00 PM
To: NT Developers Interest List
Subject: [ntdev] Using symboliclinknames in Win2K
Hello,
In my Win2K Driver, I want to be able to do (the equivalent
of the
following in Unix):
type > /dev/MyDevice
and
cat /dev/MyDevice
I have created SymbolicLinkNames for my devices
(hypothetical in this case)
in my Win2K driver. But when I try to do the above, a new
file is created
instead of the data going to my device.
Now how can I achieve the above ?
Any help is appreciated.
Thanks
Puja
—
You are currently subscribed to ntdev as:
xxxxx@delphieng.com
To unsubscribe send a blank email to
$subst(‘Email.Unsub’)