1 XEQ XEQ program [command-line] XEQ is like the RUN command, except that it will search one or more directories to find the program you wish to run. You may tell XEQ which directories to search; once you have done so, you need not do it ever again unless you wish to change the search directories. Initially, XEQ is set up to search SY: (which is the directory you are using when you log in or after a SET DEF command), and then LB:[22,2]. If you want to change XEQ's search path, simply type: XEQ/Set_default ufd-1,ufd-2... where ufd-x is a device and/or UIC on which you wish XEQ to look. XEQ/List types out your current search path. XEQ/Append ufd-1,ufd-2... appends ufd-1, ufd-2, etc. to your search path. For instance, if you often run programs on LB:[22,23], DP1:[33,3], and LB:[22,2] you would say: XEQ/S SY: LB:[22,23] DP1:[33,3] LB:[22,2] which would tell XEQ to search first your default, then LB:[22,23], etc. when trying to run a program. In the future, you would only have to type XEQ PROGRAM to run PROGRAM on LB:[22,23].