home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p210 / 2.ddi / DC2.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1990-07-27  |  3.7 KB  |  77 lines

  1.                  ******  README FILE  ******
  2.  
  3.     This file contains information about DesignCAD version 4.1 commands
  4. and operation. This information includes any that was too late to be added
  5. to the manual of the program. You may print this file out on your printer by
  6. typing the following statement from the DOS prompt:
  7.  
  8.                        COPY README.DOC PRN
  9.  
  10. TWO WORD COMMANDS
  11.     Any commands that are made up of two or more words, must be typed in
  12.     as ONE WORD. EG: BLOCK DRAG should be BLOCKDRAG.
  13.  
  14. MOUSE ENTER BUTTON
  15.     When using a mouse, there will appear a small box with a line through
  16.     it in the upper left hand corner of your screen. This box may be used
  17.     as an ENTER button with your mouse.
  18.  
  19. BASICCAD STRUCTURE
  20.     The BasicCAD language is a "structured" language. Commands may be indented
  21.     when creating the code. Loops may be indented such as in PASCAL programming.
  22.     See the section in the manual on BasicCAD. Any technical questions
  23.     concerning BasicCAD should be placed in a letter and sent into ASBC. We will
  24.     not support the BasicCAD language over the phone. Send in any programs you
  25.     are having problems with on diskette.
  26.  
  27. RAM RESIDENT OR TSR SOFTWARE
  28.     Ram resident or Terminate-Stay-Resident software should be used with caution
  29.     and at your own risk. DesignCAD is not guaranteed to operate with this type
  30.     of software other than DOS itself or needed mouse drivers. If you should
  31.     have any questions or problems with any software of this nature, it is
  32.     recommended that you first rename your config.sys and autoexec.bat files to
  33.     something else temporarily and reboot your machine. This will normally
  34.     remove any ram resident/tsr software that you might have loaded. If you are
  35.     not familiar with editing files like this, it is suggested that you get some
  36.     help or call for technical support staff to assist you with any DesignCAD
  37.     related problems or questions.
  38.  
  39. DCSETUP
  40.     The previously named "SETUP" utility program has been changed to "DCSETUP".
  41.     This will allow DesignCAD 2-D users to effectively use DesignCAD 3-D in the
  42.     same directory without any conflict between files.
  43.  
  44. DCAD.SYS
  45.     The previously named "DCAD1.SYS" setup file has been changed to "DCAD.SYS".
  46.     This change also contributes to the ability of DesignCAD 2-D
  47.     users to use DesignCAD 3-D in the same directory. This file contains the
  48.     setup information that is chosen after you run the "DCSETUP" utility. The
  49.     DCSETUP utility program gets its information from the "DC2SETUP.DAT" file
  50.     and then places whatever the user selects into the "DCAD.SYS" file. This
  51.     file is then used by DesignCAD 2-D.
  52.  
  53. MACROS
  54.     Any macros that were previously created in version 3.0 or 3.1 may or may
  55.     not run. The actual format of the macro has not changed, but, some of the
  56.     commands have. If your macro calls any commands that have changed in the
  57.     new version, your macro will have to be re-defined.
  58.  
  59. DOS VERSION
  60.     The version of DOS that you use with DesignCAD must be version 3.0 or
  61.     higher. If any version below 3.0 is used, many of the utility programs such
  62.     as DCSETUP will "lock-up".
  63.  
  64. INSTALLATION
  65.     When making backup copies of the diskettes, you must also include the
  66.     original VOLUME LABEL. All of the volume labels are in upper-case. The
  67.     recommended method of making backup diskettes is by way of DOS's DISKCOPY
  68.     command. Simply type (from the DOS prompt): DISKCOPY A: A:   and press
  69.     <ENTER>.
  70.  
  71. MOUSE BUTTONS
  72.     The buttons on the mouse can be used to enter the following commands:
  73.     BUTTON 1 (Left):   Point Set
  74.     BUTTON 2 (Right):  Gravity Point
  75.     BUTTON 3 (Middle): Same as press <ENTER> key
  76.  
  77.