home *** CD-ROM | disk | FTP | other *** search
- ;; ZEX command file to run a list of files kept in a queue in the
- ;; SH.VAR file. -RDN
- ;;
- SH
- SHVAR QP %QH
- GOTO FIRST
- ;=LOOP
- SHVAR SWITCH SHVAR QP %%%QP
- %SWITCH
- ;=FIRST
- %QP;IF %QP=%QT;GOTO END;ELSE;XIF;GOTO LOOP;FI
- ;=END
- XIF
- SHEXIT
- ;; end of ZEX command file