⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install.bat

📁 BC3.1编译,小交换机计费系统.使用Dos做出如此好的界面,少有.
💻 BAT
字号:
@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -