CPQ.FOR CPQ (Check Print Queues) This program is meant to run as a background process. It will parse the print queues present on the system to see if they are STOPPED, STALLED, or PUASED. If any of these conditions are true, a message will be constructed using FAO and sent to the console device (currently OPA0:). You do not need to specify queues, it pulls them from the system. Edit CPQ.COM to reflect the location of CPQ.EXE and edit START_CPQ.COM to reflect the location of CPQ.COM. Put START_CPQ.COM in the common area and from within SYSTARTUP_V5.COM ISSUE... $ @SYS$MANAGER:START_CPQ This procedure will execute CPQ.COM in the background. *************************************************************** IF YOU EDIT CPQ.FOR Compile CPQ and DEFINE_JBC_SYMBOLS... $ FOR CPQ $ MAC DEFINE_JBC_SYMBOLS Link CPQ with DEFINE_JBC_SYMBOLS.OBJ $ LINK CPQ,DEFINE_JBC_SYMBOLS You are now set to go. Jay Jenkins