Hi:
I try to build a driver using visual studio by the method mention in
http://www.hollistech.com/ and walter oney
The error message while I bat file execute the command call %1\bin\setenv
%1 , it complain that "Too many parameters "
I think that it is due to the problem of out of environment space . I try
to the add the following lines in config.sys
SHELL=C:\WINDOWS\COMMAND.COM /e:4096 /k
However, it seems do not work.
Can anyone help me on that
Thanks
Michael Cheng
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Michael,
Those are two different methods. One uses ‘wizards’ (bad, evil) the other
uses external makefile projects (good, blessed.) They both produce the same
error message? Very odd.
What operating system are you using on your build system?
What is the value of “%1”?
Actually I just searched through ddkbuild.bat and the call to setenv.bat
looks like this:
pushd .
call %BASEDIR%\bin\setenv.bat %BASEDIR% %mode% “%MSDEV%”
popd
perhaps you have an old copy?
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
Michael_Cheng@ap.logitech.com
Sent: Thursday, April 05, 2001 3:13 AM
To: NT Developers Interest List
Subject: [ntdev] develop driver by Vc studio
Hi:
I try to build a driver using visual studio by the method mention in
http://www.hollistech.com/ and walter oney
The error message while I bat file execute the command call %1\bin\setenv
%1 , it complain that "Too many parameters "
I think that it is due to the problem of out of environment space . I try
to the add the following lines in config.sys
SHELL=C:\WINDOWS\COMMAND.COM /e:4096 /k
However, it seems do not work.
Can anyone help me on that
Thanks
Michael Cheng
You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hi Mark:
Thanks for your reply. I try to use your tool and get the following error
message:
E:\Test\BULKUSB\SYS>call D:\NTDDK\bin\setenv.bat D:\NTDDK “”
New or updated MSVC detected. Updating DDK environment…
Out of environment space
Then I try to use the way mention by Walter Oney in MSJ, November 1997
which also use bat file not wizard. and get the error message as mention
in pervious mail.
So I try to modify the config.sys by add SHELL=C:\WINDOWS\COMMAND.COM
/e:4096 /k. However, it do not work.
I really like the idea provide by you, so I can have brown function and
without worry the problem of DDK version.
Pls. let me know how can I fix it.
Thank again
Michael Cheng
“Mark Roddy”
> cc:
Sent by: Fax to:
xxxxx@lis Subject: [ntdev] RE: develop driver by Vc studio
ts.osr.com
2001/04/06 10:04 AM
Please respond to “NT
Developers Interest
List”
Michael,
Those are two different methods. One uses ‘wizards’ (bad, evil) the other
uses external makefile projects (good, blessed.) They both produce the same
error message? Very odd.
What operating system are you using on your build system?
What is the value of “%1”?
Actually I just searched through ddkbuild.bat and the call to setenv.bat
looks like this:
pushd .
call %BASEDIR%\bin\setenv.bat %BASEDIR% %mode% “%MSDEV%”
popd
perhaps you have an old copy?
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Michael_Cheng@ap.logitech.com
> Sent: Thursday, April 05, 2001 3:13 AM
> To: NT Developers Interest List
> Subject: [ntdev] develop driver by Vc studio
>
>
>
> Hi:
> I try to build a driver using visual studio by the method mention in
> http://www.hollistech.com/ and walter oney
> The error message while I bat file execute the command call %1\bin\setenv
> %1 , it complain that "Too many parameters "
> I think that it is due to the problem of out of environment space . I try
> to the add the following lines in config.sys
> SHELL=C:\WINDOWS\COMMAND.COM /e:4096 /k
> However, it seems do not work.
>
> Can anyone help me on that
> Thanks
> Michael Cheng
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
—
You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
What operating system are you using on your build system?
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
Michael_Cheng@ap.logitech.com
Sent: Friday, April 06, 2001 5:12 AM
To: NT Developers Interest List
Subject: [ntdev] RE: develop driver by Vc studio
Hi Mark:
Thanks for your reply. I try to use your tool and get the following error
message:
E:\Test\BULKUSB\SYS>call D:\NTDDK\bin\setenv.bat D:\NTDDK “”
New or updated MSVC detected. Updating DDK environment…
Out of environment space
Then I try to use the way mention by Walter Oney in MSJ, November 1997
which also use bat file not wizard. and get the error message as mention
in pervious mail.
So I try to modify the config.sys by add SHELL=C:\WINDOWS\COMMAND.COM
/e:4096 /k. However, it do not work.
I really like the idea provide by you, so I can have brown function and
without worry the problem of DDK version.
Pls. let me know how can I fix it.
Thank again
Michael Cheng
“Mark Roddy”
> Developers Interest List"
> > cc:
>
> Sent by: Fax to:
>
> xxxxx@lis Subject:
> [ntdev] RE: develop driver by Vc studio
> ts.osr.com
>
>
>
>
>
> 2001/04/06 10:04 AM
>
> Please respond to “NT
>
> Developers Interest
>
> List”
>
>
>
>
>
>
>
>
>
> Michael,
>
> Those are two different methods. One uses ‘wizards’ (bad, evil) the other
> uses external makefile projects (good, blessed.) They both
> produce the same
> error message? Very odd.
>
> What operating system are you using on your build system?
>
> What is the value of “%1”?
>
> Actually I just searched through ddkbuild.bat and the call to setenv.bat
> looks like this:
> pushd .
> call %BASEDIR%\bin\setenv.bat %BASEDIR% %mode% “%MSDEV%”
> popd
>
> perhaps you have an old copy?
>
>
> Mark Roddy
> Windows 2000/NT Consultant
> Hollis Technology Solutions
> xxxxx@hollistech.com
> 603 321 1032
> www.hollistech.com
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com]On Behalf Of
> > Michael_Cheng@ap.logitech.com
> > Sent: Thursday, April 05, 2001 3:13 AM
> > To: NT Developers Interest List
> > Subject: [ntdev] develop driver by Vc studio
> >
> >
> >
> > Hi:
> > I try to build a driver using visual studio by the method mention in
> > http://www.hollistech.com/ and walter oney
> > The error message while I bat file execute the command call
> %1\bin\setenv
> > %1 , it complain that "Too many parameters "
> > I think that it is due to the problem of out of environment
> space . I try
> > to the add the following lines in config.sys
> > SHELL=C:\WINDOWS\COMMAND.COM /e:4096 /k
> > However, it seems do not work.
> >
> > Can anyone help me on that
> > Thanks
> > Michael Cheng
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
>
>
>
> —
> You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hi Mark:
It is windows 2th edition
Thanks
Michael Cheng
“Mark Roddy”
> cc:
Sent by: Fax to:
xxxxx@lis Subject: [ntdev] RE: develop driver by Vc studio
ts.osr.com
2001/04/06 08:44 PM
Please respond to “NT
Developers Interest
List”
What operating system are you using on your build system?
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Michael_Cheng@ap.logitech.com
> Sent: Friday, April 06, 2001 5:12 AM
> To: NT Developers Interest List
> Subject: [ntdev] RE: develop driver by Vc studio
>
>
>
> Hi Mark:
> Thanks for your reply. I try to use your tool and get the following error
> message:
>
> E:\Test\BULKUSB\SYS>call D:\NTDDK\bin\setenv.bat D:\NTDDK “”
> New or updated MSVC detected. Updating DDK environment…
> Out of environment space
>
> Then I try to use the way mention by Walter Oney in MSJ, November 1997
> which also use bat file not wizard. and get the error message as mention
> in pervious mail.
> So I try to modify the config.sys by add SHELL=C:\WINDOWS\COMMAND.COM
> /e:4096 /k. However, it do not work.
> I really like the idea provide by you, so I can have brown function and
> without worry the problem of DDK version.
> Pls. let me know how can I fix it.
>
> Thank again
> Michael Cheng
>
>
>
>
>
>
> “Mark Roddy”
>
> > Developers Interest List"
> > cc:
>
> Sent by: Fax to:
>
> xxxxx@lis Subject:
> [ntdev] RE: develop driver by Vc studio
> ts.osr.com
>
>
>
>
>
> 2001/04/06 10:04 AM
>
> Please respond to “NT
>
> Developers Interest
>
> List”
>
>
>
>
>
>
>
>
>
> Michael,
>
> Those are two different methods. One uses ‘wizards’ (bad, evil) the other
> uses external makefile projects (good, blessed.) They both
> produce the same
> error message? Very odd.
>
> What operating system are you using on your build system?
>
> What is the value of “%1”?
>
> Actually I just searched through ddkbuild.bat and the call to setenv.bat
> looks like this:
> pushd .
> call %BASEDIR%\bin\setenv.bat %BASEDIR% %mode% “%MSDEV%”
> popd
>
> perhaps you have an old copy?
>
>
> Mark Roddy
> Windows 2000/NT Consultant
> Hollis Technology Solutions
> xxxxx@hollistech.com
> 603 321 1032
> www.hollistech.com
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com]On Behalf Of
> > Michael_Cheng@ap.logitech.com
> > Sent: Thursday, April 05, 2001 3:13 AM
> > To: NT Developers Interest List
> > Subject: [ntdev] develop driver by Vc studio
> >
> >
> >
> > Hi:
> > I try to build a driver using visual studio by the method mention in
> > http://www.hollistech.com/ and walter oney
> > The error message while I bat file execute the command call
> %1\bin\setenv
> > %1 , it complain that "Too many parameters "
> > I think that it is due to the problem of out of environment
> space . I try
> > to the add the following lines in config.sys
> > SHELL=C:\WINDOWS\COMMAND.COM /e:4096 /k
> > However, it seems do not work.
> >
> > Can anyone help me on that
> > Thanks
> > Michael Cheng
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
>
>
>
> —
> You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
—
You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hi Mark:
Sorry , I miss 98 in my pervious mail. I am using windows98 2th edition.
Regards
Michael Cheng
Michael_Cheng@ap.logi
tech.com To: “NT Developers Interest List”
Sent by: cc:
xxxxx@lis Fax to:
ts.osr.com Subject: [ntdev] RE: develop driver by Vc studio
2001/04/09 07:13 AM
Please respond to “NT
Developers Interest
List”
Hi Mark:
It is windows 2th edition
Thanks
Michael Cheng
“Mark Roddy”
Interest List"
> cc:
Sent by: Fax to:
xxxxx@lis Subject: [ntdev] RE:
develop driver by Vc studio
ts.osr.com
2001/04/06 08:44 PM
Please respond to “NT
Developers Interest
List”
What operating system are you using on your build system?
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Michael_Cheng@ap.logitech.com
> Sent: Friday, April 06, 2001 5:12 AM
> To: NT Developers Interest List
> Subject: [ntdev] RE: develop driver by Vc studio
>
>
>
> Hi Mark:
> Thanks for your reply. I try to use your tool and get the following error
> message:
>
> E:\Test\BULKUSB\SYS>call D:\NTDDK\bin\setenv.bat D:\NTDDK “”
> New or updated MSVC detected. Updating DDK environment…
> Out of environment space
>
> Then I try to use the way mention by Walter Oney in MSJ, November 1997
> which also use bat file not wizard. and get the error message as mention
> in pervious mail.
> So I try to modify the config.sys by add SHELL=C:\WINDOWS\COMMAND.COM
> /e:4096 /k. However, it do not work.
> I really like the idea provide by you, so I can have brown function and
> without worry the problem of DDK version.
> Pls. let me know how can I fix it.
>
> Thank again
> Michael Cheng
>
>
>
>
>
>
> “Mark Roddy”
>
> > Developers Interest List"
> > cc:
>
> Sent by: Fax to:
>
> xxxxx@lis Subject:
> [ntdev] RE: develop driver by Vc studio
> ts.osr.com
>
>
>
>
>
> 2001/04/06 10:04 AM
>
> Please respond to “NT
>
> Developers Interest
>
> List”
>
>
>
>
>
>
>
>
>
> Michael,
>
> Those are two different methods. One uses ‘wizards’ (bad, evil) the other
> uses external makefile projects (good, blessed.) They both
> produce the same
> error message? Very odd.
>
> What operating system are you using on your build system?
>
> What is the value of “%1”?
>
> Actually I just searched through ddkbuild.bat and the call to setenv.bat
> looks like this:
> pushd .
> call %BASEDIR%\bin\setenv.bat %BASEDIR% %mode% “%MSDEV%”
> popd
>
> perhaps you have an old copy?
>
>
> Mark Roddy
> Windows 2000/NT Consultant
> Hollis Technology Solutions
> xxxxx@hollistech.com
> 603 321 1032
> www.hollistech.com
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com]On Behalf Of
> > Michael_Cheng@ap.logitech.com
> > Sent: Thursday, April 05, 2001 3:13 AM
> > To: NT Developers Interest List
> > Subject: [ntdev] develop driver by Vc studio
> >
> >
> >
> > Hi:
> > I try to build a driver using visual studio by the method mention in
> > http://www.hollistech.com/ and walter oney
> > The error message while I bat file execute the command call
> %1\bin\setenv
> > %1 , it complain that "Too many parameters "
> > I think that it is due to the problem of out of environment
> space . I try
> > to the add the following lines in config.sys
> > SHELL=C:\WINDOWS\COMMAND.COM /e:4096 /k
> > However, it seems do not work.
> >
> > Can anyone help me on that
> > Thanks
> > Michael Cheng
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
>
>
>
> —
> You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
—
You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Ah, yes well don’t do that. You should build drivers using windows 2k or
windows nt. Ddkbuild is not supported for any DOS-based operating system. In
particular, I cannot support the VERY LIMITED command shell scripting
facilities on windos, as they are not really compatible with the ALMOST AS
LIMITED shell scripting facilities on NT, so it is just out of the question.
(I did once get this to work, but really, it is not worth the effort.)
Please ignore my earlier suggestions to re-install windows 2000. Obviously
you can’t re-install what you haven’t installed.
WDM drivers can be built on windows 2000 machines for both windos-9x/Me and
W2K/XP platforms.
Mark Roddy
xxxxx@hollistech.com
www.hollistech.com
603 321 1032
WindowsNT Windows 2000 Consulting Services
-----Original Message-----
From: Michael_Cheng@ap.logitech.com
[mailto:Michael_Cheng@ap.logitech.com]
Sent: Sunday, April 08, 2001 7:43 PM
To: NT Developers Interest List
Subject: [ntdev] RE: develop driver by Vc studio
Hi Mark:
Sorry , I miss 98 in my pervious mail. I am using windows98 2th edition.
Regards
Michael Cheng
Michael_Cheng@ap.logi
tech.com To: “NT Developers
Interest List”
Sent by: cc:
xxxxx@lis Fax to:
ts.osr.com Subject: [ntdev] RE:
develop driver by Vc studio
2001/04/09 07:13 AM
Please respond to “NT
Developers Interest
List”
Hi Mark:
It is windows 2th edition
Thanks
Michael Cheng
“Mark Roddy”
Interest List"
> cc:
Sent by: Fax to:
xxxxx@lis Subject: [ntdev] RE:
develop driver by Vc studio
ts.osr.com
2001/04/06 08:44 PM
Please respond to “NT
Developers Interest
List”
What operating system are you using on your build system?
Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Michael_Cheng@ap.logitech.com
> Sent: Friday, April 06, 2001 5:12 AM
> To: NT Developers Interest List
> Subject: [ntdev] RE: develop driver by Vc studio
>
>
>
> Hi Mark:
> Thanks for your reply. I try to use your tool and get the following error
> message:
>
> E:\Test\BULKUSB\SYS>call D:\NTDDK\bin\setenv.bat D:\NTDDK “”
> New or updated MSVC detected. Updating DDK environment…
> Out of environment space
>
> Then I try to use the way mention by Walter Oney in MSJ, November 1997
> which also use bat file not wizard. and get the error message as mention
> in pervious mail.
> So I try to modify the config.sys by add SHELL=C:\WINDOWS\COMMAND.COM
> /e:4096 /k. However, it do not work.
> I really like the idea provide by you, so I can have brown function and
> without worry the problem of DDK version.
> Pls. let me know how can I fix it.
>
> Thank again
> Michael Cheng
>
>
>
>
>
>
> “Mark Roddy”
>
> > Developers Interest List"
> > cc:
>
> Sent by: Fax to:
>
> xxxxx@lis Subject:
> [ntdev] RE: develop driver by Vc studio
> ts.osr.com
>
>
>
>
>
> 2001/04/06 10:04 AM
>
> Please respond to “NT
>
> Developers Interest
>
> List”
>
>
>
>
>
>
>
>
>
> Michael,
>
> Those are two different methods. One uses ‘wizards’ (bad, evil) the other
> uses external makefile projects (good, blessed.) They both
> produce the same
> error message? Very odd.
>
> What operating system are you using on your build system?
>
> What is the value of “%1”?
>
> Actually I just searched through ddkbuild.bat and the call to setenv.bat
> looks like this:
> pushd .
> call %BASEDIR%\bin\setenv.bat %BASEDIR% %mode% “%MSDEV%”
> popd
>
> perhaps you have an old copy?
>
>
> Mark Roddy
> Windows 2000/NT Consultant
> Hollis Technology Solutions
> xxxxx@hollistech.com
> 603 321 1032
> www.hollistech.com
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com]On Behalf Of
> > Michael_Cheng@ap.logitech.com
> > Sent: Thursday, April 05, 2001 3:13 AM
> > To: NT Developers Interest List
> > Subject: [ntdev] develop driver by Vc studio
> >
> >
> >
> > Hi:
> > I try to build a driver using visual studio by the method mention in
> > http://www.hollistech.com/ and walter oney
> > The error message while I bat file execute the command call
> %1\bin\setenv
> > %1 , it complain that "Too many parameters "
> > I think that it is due to the problem of out of environment
> space . I try
> > to the add the following lines in config.sys
> > SHELL=C:\WINDOWS\COMMAND.COM /e:4096 /k
> > However, it seems do not work.
> >
> > Can anyone help me on that
> > Thanks
> > Michael Cheng
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
>
>
>
> —
> You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
—
You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: michael_cheng@ap.logitech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@stratus.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com