format命令的源代码

源代码在线查看: go.bat

软件大小: 36 K
上传用户: m472333662
关键词: format 命令 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				@echo off
				rem   GO.BAT
				rem   This batch file will compile format if Borland TC++ 3.0
				rem   is installed (and properly configured) and Apack is in the PATH.
				
				make clobber
				make all
				make clean
				apack -x format.exe formata.exe
				del format.exe
				ren formata.exe format.exe
				@echo on
				
							

相关资源