// a 源文件 b 目标文件
// > 管道符号
// nul 虚拟设备 作者: kyolie 时间: 2003-10-11 00:00 不好意思,具体我也不是很清楚,以下是我的题目
write a well documented, and tested DOS batch file, that will accept a file name and its extension (ie. in short 8.3 format for DOS) as the first command line parameter.作者: Roy 时间: 2003-10-11 00:00 @echo off
copy %1 %2>Nul作者: Wengier 时间: 2003-10-11 00:00 旧版本的DOS只能copy 8.3格式的文件,但新版本的DOS则不一定。作者: 无妄★模拟 时间: 2003-10-14 00:00 说的是什么呀?我都听不懂啊~