home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- \util\setram d: 78 >junk
- set clipper=v002;r195
- if exist d:clipper.exe goto :end
- copy \clip\clipper.exe d: >junk
- :end
- erase junk
- \clip\clrun\clrun
- set clipper=
- if errorlevel 1 goto end
- cls
- plink86 @pot
- echo off
- cls
- echo Compiled and linked successfully
- goto fin
- :end
- echo off
- cls
- echo Compilation in error, not linked
- :fin
- type beep