home *** CD-ROM | disk | FTP | other *** search
- REM parameter is program name to be compiled, linked and run
- REM format of entry is "complink program"
- REM Note that the ".c" suffix is omitted
- if NOT EXIST \qc\marietta\%1.c GOTO END
- copy \qc\marietta\%1.c program.c
- bin\qcl /c /Iinclude /W2 /AS program.c
- bin\link program, , NUL, lib\c_wndw+lib\SLIBC+lib\LIBH /NOI /NOD /ST:10000
- PAUSE examine compile for errors, then press any key
- program
- :END