home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource3
/
163_01
/
btest.bat
< prev
next >
Wrap
DOS Batch File
|
1991-01-09
|
248b
|
13 lines
echo off
rem
rem This batch file is used to build test.exe;
rem a demonstration of the mult-dimensional array
rem capability of Version 1.01 of Small-C
rem
echo on
cc test ;
cc ext ;
masm test ;
masm ext ;
link test ext,test,test,c