News Archives 2022 Q2
2022-06-26
• With Internet Explorer no longer supported, I updated my page on
User Output for batch files.
2022-06-25
• With Internet Explorer no longer supported, I rewrote a large part of
Hardware.hta.
It no longer uses Internet Explorer, at the cost of having to use temporary files for debugging and for displaying details, which may in some cases become an issue if you're not an Administrator.
2022-04-23
•
BatCodeCheck.exe has been updated:
- tests for required line end style (CR/LF) and file encoding (ASCII) have been added
- the test for whitespace around the
==
comparison operator in IF
statements has been dropped
- a bug in the test for
CALL
commandlines has been fixed (it would break on doublequoted arguments)
- a bug in handling of the
/C
command line switch has been fixed (it is now possible to skip the test for undefined variables)
- the file encoding and performed tests are listed in the summary
2022-04-21
•
WinVerCL.exe is a new command line version of the native WinVer command.
2022-04-18
2022-04-17
• A bug in
CheckVarsVBS.exe was reported by Steve Robertson: the program did not recognize comments after
Dim
statements, hence reporting every word in the comment as an unused variable.
This has been fixed.
Thanks Steve
2022-04-14
• A bug has been fixed in
WMIGen: the program would return an error message when running a WMI query that returned arrays of
UInt32
values (e.g. the
HigherLayerInterfaceIndices
property of the
MSFT_NetAdapter
class in the
root/StandardCimv2
namespace).
• And a similar bug has been fixed in
WMIGen for WMI queries that returned arrays of
Byte
,
UInt64
or
Object
values (e.g. the
MS_SmBios
class in the
root/WMI
namespace).
• I updated the
WMI Queries for Hardware page to include some useful classes of the
root/StandardCimv2
namespace.
Note that elevated priviliges may be required to access this namespace.
2022-04-03
2022-04-02
•
CompareFiles.exe has been updated, the old version would return errorlevel 5 instead of 0 when files were equal.
page last modified: 2022-10-01; loaded in 0.0018 seconds