level 1
loveytyty
楼主
@echo off
pause
:start
cls
echo ==================================
echo s.shutdown -s -t 0
echo s2.shutdown -s
echo===================================
set /p temp=请选择:
if /I "%temp%"=="s" goto :shutdown -s -t 0
goto :start
:show
cls
start C:\Users\Administrator\Desktop\新建文本文档1
goto :start
if /I "%temp%"=="s2" goto :shutdown -s
goto :start
:show
cls
start C:\Users\Administrator\Desktop\新建文本文档120
goto :start
echo=如不选择
pause=按b退出
2016年11月08日 00点11分
1
pause
:start
cls
echo ==================================
echo s.shutdown -s -t 0
echo s2.shutdown -s
echo===================================
set /p temp=请选择:
if /I "%temp%"=="s" goto :shutdown -s -t 0
goto :start
:show
cls
start C:\Users\Administrator\Desktop\新建文本文档1
goto :start
if /I "%temp%"=="s2" goto :shutdown -s
goto :start
:show
cls
start C:\Users\Administrator\Desktop\新建文本文档120
goto :start
echo=如不选择
pause=按b退出