run.bat
来自「泡泡堂服务端内有建站说明,喜欢玩泡泡堂的朋友下载开发.」· Batch 代码 · 共 10 行
BAT
10 行
@echo off
del .shutdown
:Loop
copy ..\new\AccServer.exe .
AccServer.exe
date /t >> rebootlog.txt
time /t >> rebootlog.txt
if not exist .shutdown goto Loop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?