Re: Assigning a drive letter to com port
- From: "Doron Holan [MS]" <doronh@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 18 Jun 2006 04:03:35 GMT
if you just want this to work in explorer, you can write a shell namespace
extension, no FS filter. if you want this to work on the command line, a
driver which exposes itself as a disk (no need for an FS filter) should
work.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"h.wulff" <zuhause@xxxxxxx> wrote in message
news:MPG.1cc08f0adbdc47859896b4@xxxxxxxxxxxxxxxxxxx
Hello,
I don't know whether this is possible, but if you want to make a file
system driver you should get Rajeev Nagars book "Windows NT File System
Internals: A Developer's Guide"
In article <unhL6hCPFHA.904@xxxxxxxxxxxxxxxxxxxx>, umut_ozden@xxxxxxxxx
says...
Hi,
I would like to write a program:
In Windows Explorer, after drag&drop a file to
a pre-defined drive letter (for example F:) the file
should be sent through the COM port to an
external device(digital satellite receiver).
Where should I start?
Do I have to write a device driver?(So, is it
right place to ask the question?)
I'm using Borland C++ Builder 5.
Do I have to use VC++ or can non-Microsoft
compilers do the job?
Thanks...
--
h.wulff
[dont send me an email]
.
- References:
- Assigning a drive letter to com port
- From: Umut Ozden
- Re: Assigning a drive letter to com port
- From: h . wulff
- Assigning a drive letter to com port
- Prev by Date: Re: Starting a driver within a driver...
- Next by Date: Re: 25 microseconds?
- Previous by thread: Re: Assigning a drive letter to com port
- Next by thread: Re: Assigning a drive letter to com port
- Index(es):
Relevant Pages
|