.!----------------------------------------------------------------------------- .! AAAREADTK.RNO Part of AAAREADME file that documents how to access .! a standard Toolkit. This is to be included in the .! AAAREADME.RNO file, as it is the same for all. .!----------------------------------------------------------------------------- .skip .center ;Accessing Toolkit .center ;----------------- There are three ways that you may access the tools and files that are in this Toolkit. The most important point to be kept in mind, is that the SETLOGS.COM procedure MUST BE RUN FROM THIS DIRECTORY ONLY! .skip .break ;1. Guaranteed Access Method The following method will always work, as the setup (SETLOGS.COM and SETSYMBS.COM) procedures are run from within this directory. .literal $ SET DEF this-directory $ @SETLOGS $ @SETSYMBS $ SET DEF where-you-came-from .end literal .skip .break ;2. Access Using SETUP.SET File The second method is to use the SETUP.SET command procedure, for a Toolkit main directory. This can only be done after you are sure that the SETUP.SET file has the proper directory name within it. The SETUP.SET file must have been created with the BLDSETUP tool, that is part of the Toolkit Management Toolkit. This file will have the complete directory specification (including device) inside of it. .skip .break ;3. Access After Logical Names Defined The third, and best method, is to have the system manager use the SETLOGS.COM procedures to define the logical names in the system (or group) logical name tables. This can be accomplished easily as the SETLOGS.COM procedure allows a parameter of GROUP or SYSTEM to be passed, that will have it define system or group logical names. After the logical names are defined then all you need to do is the following.