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

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