home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c120 / 2.ddi / FIRSTRUN.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-12  |  1.5 KB  |  32 lines

  1. echo off
  2. del device.bat > nul
  3.  
  4. cls
  5. echo                        Welcome to CLEAR+ for C !
  6. echo .......................................................................    
  7. echo Syntax    Please remember that CLEAR is neither a compiler nor a syntax
  8. echo Check    checker.  Though CLEAR does detect most of the syntax errors
  9. echo          (such as brace mismatches), you should always make sure that
  10. echo         your programs compile prior to running them through CLEAR.
  11. echo .......................................................................
  12. echo Time    We would also like to remind you that CLEAR has to do a    lot 
  13. echo Factor    of work in order to generate a single drawing.  In addition 
  14. echo        to parsing and logic analysis tasks (similar to    those 
  15. echo        performed by a compiler), CLEAR has to execute many complex
  16. echo        procedures to create high-resolution graphics.  That is when  
  17. echo        CLEAR works as a graphics artist.  If you get impatient
  18. echo        waiting for the diagram to complete, please recall that CLEAR
  19. echo        takes a few minutes to do what would have taken you a few
  20. echo        hours.
  21. echo .......................................................................    
  22. echo Good    Please call us at (617) 232-4720 or write with your comments, 
  23. echo Luck    questions, and suggestions.
  24. echo .......................................................................    
  25.  
  26. pause
  27. cclear
  28. cls
  29. echo  Next time you start CLEAR, enter "CCLEAR".
  30.  
  31. 
  32.