GNU FreeDOS兼容MS DOS很好的东东.

源代码在线查看: buildall.bat

软件大小: 501 K
上传用户: fansino
关键词: FreeDOS GNU DOS 兼容
下载地址: 免注册下载 普通下载 VIP

相关代码

				@echo off
				
				:- $Id: buildall.bat,v 1.6 2004/04/11 12:21:24 bartoldeman Exp $
				
				:----------------------------------------------------------
				:- batch file to build _many_ KERNELS, hope build works.
				:- takes 3 minutes on my(TE) Win2K/P700. your milage may vary :-)
				:----------------------------------------------------------
				
				if "%1" == "$SUMMARY" goto summary
				
				set onerror=if not "%XERROR%" == "" goto daswarwohlnix
				
				call config.bat
				
				:***** TC 2.01 kernels
				
				if "%TC2_BASE%" == "" goto no_tc
				call build -r tc   186 fat16
				%ONERROR%
				call build -r tc    86 fat16
				%ONERROR%
				call build -r tc   186 fat32
				%ONERROR%
				call build -r tc    86 fat32
				%ONERROR%
				:no_tc
				
				:end
							

相关资源