home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / autocad / cadet3.arj / READ.ME < prev    next >
Encoding:
Text File  |  1991-03-13  |  6.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4.                             CADET - the CAD text EdiTor
  5.                                     Version 3.0
  6.                             Copyright 1990 Steve Waskow
  7.                              Wasco Technical Software
  8.  
  9.          ─────────────────────────────────────────────────────────────────
  10.                                INCLUDED CADET FILES
  11.          ─────────────────────────────────────────────────────────────────
  12.          The CADET software system is made up of the following files:
  13.  
  14.            CADETIN.EXE   CADET installation/configuration program.
  15.            CADET.EXE     CADET attribute and text editor.
  16.            CADET.PGP     CADET's command line used in ACAD.PGP.
  17.            CADET.LSP     Lisp file to autoload CADET's AutoCAD interfaces.
  18.            CADET.DIC     CADET's 112,000+ word spell checking dictionary.
  19.            CE30.LSP      CADET-Edit interface to CADET's editor.
  20.            CC30.LSP      CADET-Create table interface to CADET's editor.
  21.            CN30.LSP      CADET-Notes interface to CADET's editor.
  22.            CI30.LSP      CADET-Import text utility.
  23.            CADET.DOC     Documentation, the CADET User's Manual.
  24.            REGISTER.NOW  Documentation, CADET registration and order form.
  25.            READ.ME       Documentation, this file.
  26.            WHATS.NEW     Documentation, CADET's revision history.
  27.            VENDOR.DOC    Documentation, shareware distribution policy.
  28.            PRINTDOC.EXE  Formats and prints the CADET documentation.
  29.  
  30.          NOTE: CE30.LSP, CC30.LSP, CN30.LSP, and CI30.LSP are protected
  31.          AutoLISP files.  Registered CADET users also receive the source
  32.          code to CADET's AutoCAD interfaces, in these AutoLISP files:
  33.  
  34.            CE30.SRC      AutoLISP source code for CADET-Edit
  35.            CC30.SRC      AutoLISP source code for CADET-Create table
  36.            CN30.SRC      AutoLISP source code for CADET-Notes
  37.            CI30.SRC      AutoLISP source code for CADET-Import
  38.  
  39.          ─────────────────────────────────────────────────────────────────
  40.                           DOCUMENT PRINTING INSTRUCTIONS
  41.          ─────────────────────────────────────────────────────────────────
  42.          1. Insert the CADET program diskette into drive A: (or B:).
  43.          2. At the DOS prompt, type "A:" (or "B:") and press [Enter] to
  44.             make it the default drive.
  45.          3. At the DOS prompt, type "PRINTDOC" and press [Enter].
  46.          4. Follow the on-screen instructions to print the documentation.
  47.  
  48.          ─────────────────────────────────────────────────────────────────
  49.                           CADET INSTALLATION INSTRUCTIONS
  50.          ─────────────────────────────────────────────────────────────────
  51.          1. Review the CADET documentation before starting.
  52.          2. Insert the CADET program diskette into drive A: (or B:).
  53.          3. At the DOS prompt, type "A:" (or "B:") and press [Enter] to
  54.             make it the default drive.
  55.          4. At the DOS prompt, type "CADETIN" and press [Enter].
  56.          5. Follow the on-screen instructions to install CADET.
  57.  
  58.  
  59.          Steve Waskow                          Wasco Technical Software
  60.          Member ASP                            1211 Grand Junction Drive
  61.          CompuServe 72020,2031                 Katy, Texas 77450
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.          ─────────────────────────────────────────────────────────────────
  71.                     OTHER PRODUCTS BY WASCO TECHNICAL SOFTWARE
  72.          ─────────────────────────────────────────────────────────────────
  73.  
  74.          PROGRAM:  ALLY - A Lisp Analyzer
  75.          VERSION:  Version 1.32
  76.          PRICE:    $49.95 single user license
  77.                    $34.95 per additional site-license
  78.  
  79.          "ALLY is an AutoLISP debugging environment that every programmer
  80.          should install.  Highly recommended."  CADalyst - March 1991
  81.  
  82.          ALLY is a programmer's workbench and analyzer for AutoLISP, the
  83.          AutoCAD Lisp programming language.  ALLY is built around the ALLY
  84.          analyzer, which aids in debugging and documenting your AutoLISP
  85.          source code.  ALLY allows you to integrate other programming
  86.          tools into the workbench, creating a personalized programming
  87.          environment, accessible from and interactive with AutoCAD.
  88.  
  89.          The ALLY Lisp analyzer generates a comprehensive report which
  90.          cross-references of all your Lisp program's symbols - variables,
  91.          constants, functions and subrs (AutoLISP's built-in functions).
  92.          The analysis identifies every occurrence of each symbol by line
  93.          number and function scope, then further categorizes it as a call,
  94.          declaration, definition, reference, or setting.  ALLY's analysis
  95.          is useful in identifying symbol scopes, interactions and
  96.          dependencies, declared but unused symbols, duplicate definitions
  97.          and function side effects.  Parentheses and quote errors are
  98.          identified as well as other more subtle types of errors.  You can
  99.          select among several format options for the reports generated by
  100.          the ALLY analyzer.
  101.  
  102.          The analyzer can read and analyze files of up to 64K in size, and
  103.          line lengths of any size up to the 64K limit.  ALLY even handles
  104.          control characters embedded in the file.
  105.  
  106.          The workbench's text editor is your own.  Why learn a whole new
  107.          set of editing commands?  ALLY links your favorite text editor to
  108.          the workbench, making it available at the press of a key.  ALLY
  109.          also links your text file browser and up to eight more of your
  110.          favorite tools and utilities, assigning each an execution key.
  111.  
  112.          The ALLY workbench integrates these tools in a tidy package with
  113.          an easy to use pop-up file selection window, and a DOS shell for
  114.          executing DOS commands and other external programs.
  115.  
  116.          ALLY can be used from DOS or run from within AutoCAD with the
  117.          ALLY interface, written in AutoLISP.  When returning from the
  118.          workbench, the interface allows you to load your program into
  119.          AutoLISP with a single key.
  120.  
  121.          Using ALLY, you set up your own personal integrated AutoLISP
  122.          development environment.  Create or edit an AutoLISP program,
  123.          analyze it, browse the report, load, run and test it.
  124.  
  125.          For more information, please write:  Wasco Technical Software
  126.                                               1211 Grand Junction Drive
  127.                                               Katy, Texas 77450
  128.  
  129.  
  130.  
  131.  
  132.  
  133.