install.bat

来自「BC3.1编译,小交换机计费系统.使用Dos做出如此好的界面,少有.」· Batch 代码 · 共 25 行

BAT
25
字号
@echo off
if "%3"=="" goto Usage

%2
md %3
cd %3
%1\arj x -y %1\gfsii
if not exist %2%3\gfsdata\ddd.rat %1\arj x %1\rate
copy c:\autoexec.bat c:\autoexec.gfs > nul
copy c:\config.sys c:\config.gfs >nul
copy %2%3\config.sys c:\  >nul
copy %2%3\autoexec.bat c:\ >nul
echo.
echo.
echo Please restart your computer!
echo.
goto End

:Usage
echo Usage: install source-drive destination-drive destination-path
echo        for example: install a:  c:  \gfsii

:End
echo on

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?