drivers.bat
来自「广泛使用的邮件服务器!同时」· Batch 代码 · 共 34 行
BAT
34 行
@ECHO OFFREM ========================================================================REM Copyright 1988-2006 University of WashingtonREMREM Licensed under the Apache License, Version 2.0 (the "License");REM you may not use this file except in compliance with the License.REM You may obtain a copy of the License atREMREM http://www.apache.org/licenses/LICENSE-2.0REMREM REM ========================================================================REM Program: Driver Linkage Generator for DOS/NTREMREM Author: Mark CrispinREM Networks and Distributed ComputingREM Computing & CommunicationsREM University of WashingtonREM Administration Building, AG-44REM Seattle, WA 98195REM Internet: MRC@CAC.Washington.EDUREMREM Date: 11 October 1989REM Last Edited:30 August 2006REM Erase old driver linkageIF EXIST LINKAGE.* DEL LINKAGE.*REM Now define the new listFOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL DRIVRAUX %%DEXIT 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?