Поскольку зефир обновляет обнаружение Bluetooth, используя BluetoothAdapter.getDefaultAdapter (). StartDiscovery (); сломано

*** Start ***

@echo off

Set RegQry=HKLM\Hardware\Description\System\CentralProcessor\0

REG.exe Query %RegQry% > checkOS.txt

Find /i "x86" < CheckOS.txt > StringCheck.txt

If %ERRORLEVEL% == 0 (
    Echo "This is 32 Bit Operating system"
) ELSE (
    Echo "This is 64 Bit Operating System"
)

*** End ***

ссылка http://support.microsoft.com/kb/556009

13
задан mikugo 10 October 2015 в 10:12
поделиться