@bat大人 破一下阵不建议吧
![[滑稽]](/static/emoticons/u6ed1u7a3d.png)
@shift
@echo off & color 1f & mode 51,9 & title 松鼠 - 工具盒
set bb=V1.0正式版
imageplus songshubox\ssu.bmp 1 1
set t=
ping /n 3 127.1>nul
cls
mode 30,9
:now
echo ┏━━━━━━━━━━┓
echo ┃SSU制作 \ 松鼠工具盒┃
echo ┗━━━━━━━━━━┛
echo [1] VBS· QE电脑锁
echo [2] BAT· 计时器(非专业)
echo [3] BAT· 钟表
echo 按[U]进②页或者按编码打开
choice /c 123u /n
cls
if %errorlevel%==1 start songshubox\QE.VBS >nul 2>nul
if %errorlevel%==2 start songshubox\js.bat >nul 2>nul
if %errorlevel%==3 start songshubox\zhongbiao.bat >nul 2>nul
if %errorlevel%==4 goto noq
goto now
:noq
echo ┏━━━━━━━━━━┓
echo ┃SSU制作 \ 松鼠工具盒┃
echo ┗━━━━━━━━━━┛
echo [1] BAT· 阅读器
echo [2] BAT· 网络测试
echo [3] BAT· 刷新explorer
echo 按[U]进③页或者按编码打开
choice /c 123u /n
cls
if %errorlevel%==1 start songshubox\read.bat >nul 2>nul
if %errorlevel%==2 start songshubox\pingc.bat >nul 2>nul
if %errorlevel%==3 start songshubox\explorer.bat >nul 2>nul
if %errorlevel%==4 goto noe
goto noq
:noe
echo ┏━━━━━━━━━━┓
echo ┃SSU制作 \ 松鼠工具盒┃
echo ┗━━━━━━━━━━┛
echo [1] BAT· Baidu搜索
echo [2] BAT· 注册DLL
echo [3] 有关作者·Bat大人
echo 按[U]进①页或者按编码打开
choice /c 123u /n
cls
if %errorlevel%==1 start songshubox\baiduq.bat >nul 2>nul
if %errorlevel%==2 start songshubox\xiufu.bat >nul 2>nul
if %errorlevel%==3 goto about
if %errorlevel%==4 goto now
goto noe
:about
echo ┏━━━━━━━━━━━┓
echo ┃About · Bat大人 \ SSU┃
echo ┗━━━━━━━━━━━┛
echo 松鼠工具盒 %bb%
echo 版本更新请看发布日志.log
echo 总编制:Bat大人 代码:Bat大人
echo 检查:Bat大人 制作:SSU工作室
pause>nul
goto noe