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 / MENU.VMN < prev    next >
Text File  |  2000-06-30  |  640b  |  24 lines

  1. #
  2. ---------------------------------------------------------------------------
  3. Use arrow keys to move pointer
  4.  
  5.  
  6.                       FILE QUEUE MANAGER
  7.  
  8.  
  9.   Q  Add file to queue       R  Run      all files in queue
  10.   V  View queue              T  Type      "    "    "   "
  11.   E  Empty queue             A  Assemble  "    "    "   "
  12.                              S  Specially process queued files
  13.  
  14.                    X  Exit
  15. #
  16. QZEX ADDQ $PN
  17. VZEX QVIEW
  18. EERA 0:SH.VAR;REG S1
  19. RZEX QRUN
  20. TZEX QTYPE
  21. AZEX QM80
  22. SZEX DOMULT "Enter process: " "Enter filetype/command line tail: "
  23. XREG S1 ;ERA 0:SH.VAR;SHCTRL P
  24. ##