home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
ZSYS
/
SIMTEL20
/
ZSIG
/
QUEUE.LBR
/
QVIEW.ZEX
< prev
Wrap
Text File
|
2000-06-30
|
896b
|
29 lines
;; 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