home *** CD-ROM | disk | FTP | other *** search
- ;; ZEX command file to assemble (with M80) 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
- M80 =%QP;IF %QP=%QT;GOTO END;ELSE;XIF;GOTO LOOP;FI
- ;=END
- XIF
- SHEXIT
- ;; end of ZEX command file