Discussion:
ChkInf.bat /O option problem
(too old to reply)
Andriy
2010-09-14 07:34:06 UTC
Permalink
Hello,

I experience a problem with /O-option of the ChkInf.bat within WDK 7.1.0
installation.
/O-switch with given path generates me 2 files: "summary.htm" and something
like
"@+objCHK_WNET_X86+i386+__MyDRIVER.htm" under the given path.
In summay.htm there is a link to this second .htm-file with complex name.
But it doesn't work. I looked into HTML code of the summary.htm. There is a
tag:
<A
HREF=".\objCHK_WNET_X86\i386\CheckInfResults\@+objCHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X86\i386\MyDRIVER.inf:</A>
Because of the relative link in HREF it doesn't work. The tag should be:
<A
HREF="@+objCHK_WNET_X86+i386+__MyDRIVER.htm">.\objCHK_WNET_X86\i386\MyDRIVER.inf:</A>
If so - works!
Hopefully, the defect will be corrected.

Regards,
Andriy
Scott Noone
2010-09-14 13:53:31 UTC
Permalink
You can submit this to the WDK Community Bug Bash. Not only does it get the
bug to the right people, but it also gets you a prize :)

http://www.osronline.com/page.cfm?name=bugbash

-scott

--
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com
http://twitter.com/analyzev
Post by Andriy
Hello,
I experience a problem with /O-option of the ChkInf.bat within WDK 7.1.0
installation.
/O-switch with given path generates me 2 files: "summary.htm" and something
like
In summay.htm there is a link to this second .htm-file with complex name.
But it doesn't work. I looked into HTML code of the summary.htm. There is a
<A
<A
If so - works!
Hopefully, the defect will be corrected.
Regards,
Andriy
Loading...