home *** CD-ROM | disk | FTP | other *** search
- echo off
- del device.bat > nul
- cls
- echo Welcome to CLEAR+ for C !
- echo .......................................................................
- echo Syntax Please remember that CLEAR is neither a compiler nor a syntax
- echo Check checker. Though CLEAR does detect most of the syntax errors
- echo (such as brace mismatches), you should always make sure that
- echo your programs compile prior to running them through CLEAR.
- echo .......................................................................
- echo Time We would also like to remind you that CLEAR has to do a lot
- echo Factor of work in order to generate a single drawing. In addition
- echo to parsing and logic analysis tasks (similar to those
- echo performed by a compiler), CLEAR has to execute many complex
- echo procedures to create high-resolution graphics. That is when
- echo CLEAR works as a graphics artist. If you get impatient
- echo waiting for the diagram to complete, please recall that CLEAR
- echo takes a few minutes to do what would have taken you a few
- echo hours.
- echo .......................................................................
- echo Good Please call us at (617) 232-4720 or write with your comments,
- echo Luck questions, and suggestions.
- echo .......................................................................
- pause
- cls
- echo Please open the User's Guide on p. 2-6 to follow the tutorial.
- echo ..........................................................................
- pause
- CCLEAR
- cls
- echo Next time you start CLEAR for C, enter "CCLEAR".
-