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   
Text File  |  2000-06-30  |  896b  |  29 lines

  1. ;;   ZEX command file to display the filenames in the SH.VAR queue.
  2. ;;   Two techniques are shown here.            -RDN
  3. ;;
  4. SHDEFINE|L^?QY
  5. ;;
  6. ;;   The following ZEX code should produce a display of the filenames
  7. ;;   in the queue -- and nothing else -- on the screen.   It does not,
  8. ;;   however, because ZEX's 'Toggle Print Suppress' command ('^.')
  9. ;;   does not work, at least with my version of ZEX (3.1).  If the
  10. ;;   '^.' commands are removed, it will work, but the filenames will
  11. ;;   be all but lost in the 'noise' of command lines that ZEX displays.
  12. ;;
  13. ;;ECHO ^Z;^. SH         ;; Control-Z clears the screen on my Kaypro
  14. ;;SHVAR QP %QH;GOTO FIRST
  15. ;;;=LOOP
  16. ;;SHVAR SWITCH SHVAR QP %%%QP
  17. ;;%SWITCH
  18. ;;;=FIRST
  19. ;;ECHO %QP ^. ; ^. IF %QP=%QT;GOTO END;ELSE;XIF;GOTO LOOP;FI
  20. ;;;=END
  21. ;;XIF
  22. ;;SHEXIT
  23. ;;  end of ZEX command file
  24.  
  25.  
  26.  
  27.  
  28.  
  29.