判断操作系统64/32位
批处理:%PROCESSOR_IDENTIFIER:~0,3%
PowerShell:([Array](Get-WmiObject -Query "select AddressWidth from Win32_Processor"))[0].AddressWidth
PowerShell3.0:[System.Environment]::Is64BitOperatingSystem
批处理:%PROCESSOR_IDENTIFIER:~0,3%
PowerShell:([Array](Get-WmiObject -Query "select AddressWidth from Win32_Processor"))[0].AddressWidth
PowerShell3.0:[System.Environment]::Is64BitOperatingSystem