comspec.bat
@echo off
if "%comspec%" == "%systemroot%\system32\cmd.exe" goto WinNT
echo その他
goto end
:WinNT
echo WinNT
:end
 
最終更新:2012年05月12日 22:38