home *** CD-ROM | disk | FTP | other *** search
- ;; ZEX command file to display the filenames in the SH.VAR queue.
- ;; Two techniques are shown here. -RDN
- ;;
- SHDEFINE|L^?QY
- ;;
- ;; The following ZEX code should produce a display of the filenames
- ;; in the queue -- and nothing else -- on the screen. It does not,
- ;; however, because ZEX's 'Toggle Print Suppress' command ('^.')
- ;; does not work, at least with my version of ZEX (3.1). If the
- ;; '^.' commands are removed, it will work, but the filenames will
- ;; be all but lost in the 'noise' of command lines that ZEX displays.
- ;;
- ;;ECHO ^Z;^. SH ;; Control-Z clears the screen on my Kaypro
- ;;SHVAR QP %QH;GOTO FIRST
- ;;;=LOOP
- ;;SHVAR SWITCH SHVAR QP %%%QP
- ;;%SWITCH
- ;;;=FIRST
- ;;ECHO %QP ^. ; ^. IF %QP=%QT;GOTO END;ELSE;XIF;GOTO LOOP;FI
- ;;;=END
- ;;XIF
- ;;SHEXIT
- ;; end of ZEX command file
-
-
-
-
-