I am just starting to put a newly acquired LattePanda Windows 10 mini-PC through its paces.
INFO.bat gave me an exception in the PATH:
Code: Select all
INFO.BAT version 1.2
--------------------------------------------------------------------------------
Windows version : Microsoft Windows [Version 10.0.10586]
Product name : Windows 10 Home, 64 bit
Performance indicators : Processor Cores: 4 Visible RAM: 4116580 kilobytes
Date/Time format : (mm/dd/yy) Wed 01/04/2017 17:35:59.63
__APPDIR__ : C:\WINDOWS\system32\
ComSpec : C:\WINDOWS\system32\cmd.exe
PathExt : .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
Extensions : system: Enabled user: Enabled
Delayed expansion : system: Disabled user: Disabled
Locale name : en-US Code Pages: OEM 437 ANSI 1252
DIR format : 01/04/2017 04:42 PM 1,476,395,008 pagefile.sys
Permissions : Elevated Admin=No, Admin group=Yes
Missing from the PATH environment: C:\WINDOWS\system32\WindowsPowerShell\v1.0
Missing from the tool collection: debug
Actual Path : PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\
I added the full actual PATH manually.
I noticed a more current version and re-ran:
Code: Select all
INFO.BAT version 1.3
--------------------------------------------------------------------------------
Windows version : Microsoft Windows [Version 10.0.10586]
Product name : Windows 10 Home, 64 bit
Performance indicators : Processor Cores: 4 Visible RAM: 4116580 kilobytes
Date/Time format : (mm/dd/yy) Wed 01/04/2017 18:01:37.47
__APPDIR__ : C:\WINDOWS\system32\
ComSpec : C:\WINDOWS\system32\cmd.exe
PathExt : .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
Extensions : system: Enabled user: Enabled
Delayed expansion : system: Disabled user: Disabled
Locale name : en-US Code Pages: OEM 437 ANSI 1252
DIR format : 01/04/2017 04:42 PM 1,476,395,008 pagefile.sys
Permissions : Elevated Admin=No, Admin group=Yes
Missing from the PATH environment: C:\WINDOWS\system32\WindowsPowerShell\v1.0
Missing from the tool collection: debug
I thought that the path was always terminated with a ";". Is this a problem for INFO.bat or for my system?
Thanks,
John A.