d$! DO SYS $! Shows the system status, if LOOPED, provides system statistics. ,$! $! This procedure, and assocaited program, does a show system, $! and then runs SYS.EXE to determine what the system use has been X$! since the last execution of the program. This gives the average $! CPU use, etc. $! $! note.. Creates and purges SYSSHOW.VX and SYSLAST.VX $! note.. Uses SCI_EXE:SYS.exe $! L$!-end.of.info- $ $ ASSIGN/USER NL: SYS$ERROR x$ ASSIGN/USER NL: SYS$OUTPUT $ DELETE SYSSHOW.VX;* @$ $ ASSIGN/USER SYSSHOW.VX SYS$OUTPUT $ SHOW SYSTEM l$ RUN SCI_EXE:SYS.EXE $ 4$ ASSIGN/USER NL: SYS$ERROR $ ASSIGN/USER NL: SYS$OUTPUT $ PURGE *.VX ` $