clean-all.bat
来自「可以实现搭建VPN服务器」· Batch 代码 · 共 14 行
BAT
14 行
@echo offrem move to the HOME directory specified in VARS scriptcd %HOME%rem set a temporary KEY_DIR variableset d=%KEY_DIR%rem delete the KEY_DIR and any subdirs quietlyrmdir /s /q %d%rem make a new KEY_DIRmkdir %d%rem copy in a fesh index file so we begin with an empty databasecopy index.txt.start %d%\index.txtrem copy in a fresh serial file so we begin generating keys at index 01copy serial.start %d%\serial.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?