home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / autocad / lman_100.arj / LMAN.DOC next >
Text File  |  1991-05-22  |  14KB  |  463 lines

  1.  
  2.  
  3.                Layer Manager v1.00, Copyright 1991, Mike Quinlan
  4.  
  5.  
  6.  
  7.     LICENSE
  8.  
  9.     Layer Manager is *not* free.  It is being distributed as SHAREWARE.
  10.     You are hereby granted a license to use this copy of Layer Manager for
  11.     evaluation purposes only.  This license is valid for a period not to
  12.     exceed 30 days.  If, after this period, you continue to use Layer
  13.     Manager, you *must* register your copy.  Registration information is
  14.     listed below.
  15.  
  16.  
  17.     DISCLAIMER
  18.  
  19.     Use of this program acknowledges this disclaimer of warranty: "This
  20.     program is supplied as is.  Michael Quinlan and The University BBS
  21.     disclaim all warranties, express or implied, including, without
  22.     limitation, the warranties of merchantability and of fitness of this
  23.     program for any purpose.  Michael Quinlan and The University BBS
  24.     assume no liability for damages direct or consequential, which may
  25.     result from the use of this program."
  26.  
  27.  
  28.     DESCRIPTION
  29.  
  30.     Layer Manager will save, and later restore, your current layer
  31.     configuration.  A layer configuration consists of the status (i.e. on,
  32.     off, frozen, thawed), color, and linetype of each layer in your
  33.     drawing, and current layer.  You will now be able to save these
  34.     settings in a disk file, and later restore them, or transfer them to
  35.     another drawing.
  36.  
  37.  
  38.     LOADING Layer Manager
  39.  
  40.     Layer Manager can be loaded at the command prompt by typing:
  41.  
  42.          (load "[d:path\]lman")
  43.  
  44.     or by placing the following line in your menu:
  45.  
  46.          [LMAN]^C^C^C(if (null c:lman) (load "[d:path\]lman"));LMAN;
  47.  
  48.     and selecting that menu item.  This method will also execute Layer
  49.     Manager.  Note that [d:path\] indicates the path to the LMAN.LSP file.
  50.  
  51.  
  52.     USING Layer Manager
  53.  
  54.     Once loaded, you simply type LMAN at the AutoCAD command prompt.  The
  55.     function you wish to perform is selected from an option list, as shown
  56.     below:
  57.  
  58.          Color/Linetype/Make/Save/Restore/?:
  59.  
  60.     The prompts that follow depend upon the function that you select; they
  61.  
  62.  
  63.                                                                      Page 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                Layer Manager v1.00, Copyright 1991, Mike Quinlan
  70.  
  71.  
  72.  
  73.     are described individually in the paragraphs that follow:
  74.  
  75.          Color
  76.          The "Color" function allows you to enable (or disable) LMAN's
  77.          ability to restore the color associated with each layer.  The
  78.          following prompt will appear:
  79.  
  80.               Restore colors  ON/<OFf>:
  81.  
  82.          Selecting ON will enable colors to be restored.  Selecting OFF
  83.          will disable this feature.  The default status of the color option
  84.          is OFF.
  85.  
  86.          Linetype
  87.          The "Linetype" function allows you to enable (or disable) LMAN's
  88.          ability to restore the linetype associated with each layer.  The
  89.          following prompt will appear:
  90.  
  91.               Restore linetypes  ON/<OFf>:
  92.  
  93.          Selecting ON will enable linetypes to be restored.  Selecting OFF
  94.          will disable this feature.  The default status of the linetype
  95.          option is OFF.
  96.  
  97.          Make
  98.          The "Make" function allows you to enable (or disable) LMAN's
  99.          ability to make new layers in the current drawing when restoring a
  100.          configuration.  This is useful if you want to transfer a layer
  101.          configuration from one drawing to another.  The following prompt
  102.          will appear:
  103.  
  104.               Make referenced layers  ON/<OFf>:
  105.  
  106.          Selecting ON will allow new layers to be created.  Selecting OFF
  107.          will disable this feature.  The default status of the make option
  108.          is OFF.  Please note: for the make function to work properly, any
  109.          linetypes referenced in the configuration being restored must be
  110.          defined in the current drawing, or in the ACAD.LIN file.
  111.  
  112.          Save
  113.          The "Save" function will save the current settings to a file.  The
  114.          following prompt will appear:
  115.  
  116.               File name:
  117.  
  118.          Enter the name of the file you wish to use to save the current
  119.          configuration.  Only the file name should be supplied, no file
  120.          extension or directory path is needed.  If the file exists, you
  121.          will be asked if you want to overwrite the file.
  122.  
  123.               File exists! Overwrite Yes/<No>:
  124.  
  125.          If you wish to overwrite the existing file, type "Yes".  You will
  126.          then be asked to describe the configuration.  The description you
  127.  
  128.  
  129.                                                                      Page 2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                Layer Manager v1.00, Copyright 1991, Mike Quinlan
  136.  
  137.  
  138.  
  139.          give will help you to identify your configurations in the future.
  140.          The following prompt will appear:
  141.  
  142.               Description <default>:
  143.  
  144.          If you are overwriting an existing configuration, the default
  145.          response will be the current description.  If you are saving a new
  146.          one, there will be no default.
  147.  
  148.          Restore
  149.          The "Restore" function will restore the settings stored in a
  150.          configuration file.  If the make function has been disabled, you
  151.          will be warned if layers referenced in the configuration file do
  152.          not exist in the drawing; otherwise, you will be told which new
  153.          layers have been created.  If layers in the drawing are not
  154.          referenced in the file (i.e. you have created new layers in the
  155.          drawing since saving your configuration), you will be asked for
  156.          the proper status of these layers.  If this occurs, you should re-
  157.          save the configuration after setting the status of the
  158.          unreferenced layers.
  159.  
  160.          ?
  161.          The "?" (list) function will list the available configuration
  162.          files.  The description given when each configuration was saved
  163.          will also be listed.  This function will only work in DOS based
  164.          systems, and requires that you have the "SH" command defined in
  165.          your ACAD.PGP file.
  166.  
  167.     As with all AutoCAD commands, only the capitalized portion of the
  168.     option keyword need be supplied, and the <> brackets indicate a default
  169.     response.
  170.  
  171.  
  172.     EXAMPLES OF USE
  173.  
  174.     As an example, let's say that you want to create a new drawing
  175.     (containing no entities) with the same layers, and layer status as your
  176.     current drawing.  Assuming you have Layer Manager loaded, save the
  177.     current configuration:
  178.  
  179.          Command: LMAN [ENTER]
  180.          Linetype/Color/Make/Save/Restore/?: S [ENTER]
  181.          File name: NAME [ENTER]
  182.          File exists!  Overwrite Yes/<No>: Y [ENTER]
  183.          Description <default>: [ENTER]
  184.          Command:
  185.  
  186.     The command sequence above will save the current configuration to the
  187.     file name you specify (where you see NAME above).  If this file exists,
  188.     you will be asked to verify that you want to overwrite it.  (If the
  189.     file does not exist, this prompt will not appear.)  You will also be
  190.     asked for a description of this configuration.  If the file exists, the
  191.     default description will be the description previously given,
  192.     otherwise, there will be no default.
  193.  
  194.  
  195.                                                                      Page 3
  196.  
  197.  
  198.  
  199.  
  200.  
  201.                Layer Manager v1.00, Copyright 1991, Mike Quinlan
  202.  
  203.  
  204.  
  205.  
  206.     Now, start a new drawing, load Layer Manager, and restore the
  207.     configuration:
  208.  
  209.          Command: LMAN [ENTER]
  210.          Linetype/Color/Make/Save/Restore/?: L [ENTER]
  211.          Restore linetypes  ON/<OFf>: ON [ENTER]
  212.          Linetype/Color/Make/Save/Restore/?: C [ENTER]
  213.          Restore colors  ON/<OFf>: ON [ENTER]
  214.          Linetype/Color/Make/Save/Restore/?: M [ENTER]
  215.          Make referenced layers  ON/<OFf>: ON [ENTER]
  216.          Linetype/Color/Make/Save/Restore/?: R [ENTER]
  217.          File name: NAME [ENTER]
  218.          Restoring: DESCRIPTION
  219.          ** New layer LAYER_NAME created.
  220.          ...  (This message will be repeated for each layer created)
  221.          Linetype/Color/Make/Save/Restore/?: [ENTER]
  222.          Command:
  223.  
  224.     Your new drawing will now have the same layer configuration as the
  225.     previous drawing.
  226.  
  227.     Instead of starting a new drawing, you could have changed the status of
  228.     all the layers in your current drawing, and with the command sequence
  229.     above, restore the configuration in the same drawing.
  230.  
  231.     The command sequences above assume that the drawings you are dealing
  232.     with are located in the same directory.
  233.  
  234.  
  235.     Layer Manager DATA FILES
  236.  
  237.     Layer Manager stores its data files in the same directory as your
  238.     current drawing.  You can however, restore configurations from any
  239.     Layer Manager data file located in the current AutoCAD library path.
  240.     The AutoCAD library path consists of the current directory, the current
  241.     drawing directory, the directory pointed to by your ACAD environment
  242.     variable (Release 11 permits multiple directories to be specified
  243.     here), and the directory containing your AutoCAD program files.
  244.  
  245.     This allows you to store typical configurations in your AutoCAD
  246.     directory, and restore them to any drawing.
  247.  
  248.  
  249.     EVALUATION COPY LIMITATIONS
  250.  
  251.     This UNREGISTERED EVALUATION COPY of Layer Manager pauses before
  252.     displaying the main prompt.  This delay is meant to encourage
  253.     registration and is not a part of the registered version.
  254.  
  255.  
  256.     PRODUCT SUPPORT
  257.  
  258.     Support for Layer Manager is provided via electronic mail, U.S. mail,
  259.  
  260.  
  261.                                                                      Page 4
  262.  
  263.  
  264.  
  265.  
  266.  
  267.                Layer Manager v1.00, Copyright 1991, Mike Quinlan
  268.  
  269.  
  270.  
  271.     and by voice.
  272.  
  273.     Electronic mail can be sent to Mike Quinlan at 1:107/411@fidonet,
  274.     mike.quinlan@f411.n107.z1.fidonet.org via Internet, or Mike Quinlan at
  275.     UNIV (ADEnet).  Mail via Internet is available to all CompuServe and
  276.     MCImail subscribers, and through many local bulletin boards; please
  277.     contact your electronic mail service, or the SysOp of your local BBS
  278.     for more information.  You can also call our BBS (The University BBS)
  279.     directly.  The telephone number for the BBS is (908)544-8193.  Set your
  280.     communications parameters to 8 data bits, 1 stop bit, no parity and
  281.     full duplex.  The system utilizes a US Robotics Courier HST Dual
  282.     Standard, supporting V.32bis and HST high speed protocols.
  283.  
  284.     Our postal address is:
  285.  
  286.          The University BBS
  287.          140 Belshaw Avenue
  288.          Eatontown, NJ  07724-2925
  289.  
  290.     Our voice telephone number is: (908)544-8263.  Please use this
  291.     sparingly, during business hours only.
  292.  
  293.  
  294.     DATA FORMAT
  295.  
  296.     This section is provided for experienced AutoCAD users.  Most users
  297.     will have no need to read this section.
  298.  
  299.     Layer Manager stores it's configuration data in an ASCII text file.
  300.     The first line contains the current layer and description for this
  301.     configuration, separated by a "*".  The remaining lines have the
  302.     following format:
  303.  
  304.          [LAYER NAME] [T|F] [ON|OF] [COLOR] [LINETYPE]
  305.  
  306.     The vertical bar ("|") above indicates that only one of the parameters
  307.     may be specified.  If you wish to modify a configuration file manually,
  308.     you *must* follow this format.  Failure to do so may cause program
  309.     malfunction.
  310.  
  311.  
  312.     REGISTRATION
  313.  
  314.     By registering Layer Manager, you will enable us to continue
  315.     development of software to enhance your productivity.
  316.  
  317.     With your registration you will receive a registered copy of Layer
  318.     Manager, which will not contain the "Unregistered Evaluation Copy"
  319.     notice, nor will you be required to keep a copy of Layer Manager in
  320.     your drawing directory.
  321.  
  322.     To register your copy of Layer Manager, send a completed registration
  323.     form (see below) and a check in the appropriate amount, to the address
  324.     below:
  325.  
  326.  
  327.                                                                      Page 5
  328.  
  329.  
  330.  
  331.  
  332.  
  333.                Layer Manager v1.00, Copyright 1991, Mike Quinlan
  334.  
  335.  
  336.  
  337.  
  338.  
  339.                    The University BBS
  340.                    140 Belshaw Avenue
  341.                    Eatontown, NJ  07724-2925
  342.  
  343.  
  344.     Please make all checks payable to The University BBS.
  345.  
  346.     Quantity discounts are available if you wish to register more than ten
  347.     copies of Layer Manager.  Please contact us prior to registering.
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.                                                                      Page 6
  394.  
  395.  
  396.  
  397.  
  398.  
  399.                Layer Manager v1.00, Copyright 1991, Mike Quinlan
  400.  
  401.  
  402.  
  403.                                ** REGISTRATION **
  404.  
  405.  
  406.  
  407.     Name: ____________________________________________________________
  408.  
  409.     Company (only if Company address): _______________________________
  410.  
  411.     Address: _________________________________________________________
  412.  
  413.     City: __________________________  State: _____  Zip: _____________
  414.  
  415.     Voice phone (day):_____________________ (evening) ________________
  416.  
  417.     Data phone: ______________________  FAX: _________________________
  418.  
  419.  
  420.  
  421.  
  422.     Enclosed is check number ____________, payable to The University BBS,
  423.  
  424.     in the amount of ______________, for:
  425.  
  426.  
  427.     ______ copies of Layer Manager at $25 each  . .   $ ______________
  428.  
  429.     7% Sales Tax (New Jersey residents only)  . . .   $ ______________
  430.  
  431.     Shipping and Handling . . . . . . . . . . . . .   $        2.00
  432.                                                         ______________
  433.  
  434.  
  435.                                             TOTAL     $ ______________
  436.  
  437.  
  438.  
  439.  
  440.  
  441.     Where did you get your evaluation copy of Layer Manager:
  442.  
  443.     __________________________________________________________________
  444.  
  445.  
  446.  
  447.     Comments/suggestions for improvements to Layer Manager:
  448.  
  449.     __________________________________________________________________
  450.  
  451.     __________________________________________________________________
  452.  
  453.     __________________________________________________________________
  454.  
  455.  
  456.  
  457.  
  458.  
  459.                                                                      Page 7
  460.  
  461.  
  462.  
  463.