Using the Search Command
The SEARCH command allows you to specify further directories, other than the current directory, to be searched during the LOAD and INPUT commands. Use this command to quickly load macros, standard parts and so on contained in other directories.
To search directories:
1. Press SETUP.
2. Pick EDIT ENV.
3. Enter the directory name to be searched below the SEARCH entry within the file.
For example, suppose that the directory '/users/system_macros' is to be searched for the file ansi_macros. If the following had been entered into the search command:
SEARCH
'/users/system_macros'
END
all you would have to enter is:
'ansi_macros'
Multiple search paths can be included:
SEARCH
'/users/system_macros'
'/users/parts_bolts'
'/users/common/work_comp'
END