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 / BEEHIVE / ZCAT / VMNUFUN.LBR / MENU.VMN next >
Text File  |  2000-06-30  |  2KB  |  95 lines

  1. -x
  2. #
  3.  
  4.                               >>>  MAIN MENU  <<<
  5.  
  6.  
  7.                         1 - Select File Utility Menu
  8.                         2 - Select Drectory Functions Menu
  9.                         3 - Select Systems Function Menu
  10.  
  11.                        ( '+' and '-' Scroll File Display )
  12.  
  13. #
  14. 1:2
  15. 2:3
  16. 3:4
  17. #
  18.  
  19.                          >>>   FILE UTILITY MENU   <<<
  20.  
  21.  
  22.          E - Edit Working File                  T - Type Working File
  23.          D - Delete Working File                A - Assemble Working File
  24.          M - Mload Working File                 L - Load Working File
  25.          C - Copy Working File                  Z - Run a COM File
  26.  
  27.                       1 - Select Directory Function Menu
  28.                       2 - Select System Function Menu
  29.  
  30.                      ( '+' and '-' Scroll Files Display )
  31. #
  32. 1:3
  33. 2:4
  34. eedit $PF
  35. t!type $PF
  36. dera $PF I
  37. amac $PN $$szpz
  38. m!mload $PN
  39. l!load $PN
  40. ccp "Enter Destination --> ":="Enter Source --> ":$PF
  41. z!$PN
  42. #
  43.  
  44.                        >>>  DIRECTORY FUNCTIONS  <<< 
  45.  
  46.  
  47.       D - Display Current Directory         P - Display Named Directories
  48.       C - Change Logged Directory           M - Add New Named Directory
  49.       L - Load New Named Directory          S - Run Cleandir  
  50.  
  51.                        1 - Select File Utility Menu
  52.                        2 - Select Systems Function Menu
  53.  
  54.                    ( '+' and '-' Scroll Files Display )
  55.  
  56. #
  57. 1:2
  58. 2:4
  59. d!cls;dir
  60. p!cls;pwd
  61. c"Enter New Directory --> ":
  62. mmkdir
  63. lldr "Enter New .NDR File --> "
  64. scleandir
  65. #
  66.  
  67.                          >>>  SYSTEM FUNCTIONS  <<<
  68.  
  69.  
  70.       M - Invoke MU3 Memory Utility         D - Invoke DU3 Disk Utility
  71.       P - Set New Search Path               S - Show System Status
  72.       C - Change Logged Directory           Z - ZCPR3 Command
  73.  
  74.                        1 - Select File Utility Menu
  75.                        2 - Select Directory Function Menu
  76.  
  77.                     ( '+' and '-' Scroll Files Display )
  78.  
  79. #
  80. 1:2
  81. 2:3
  82. m!mu3
  83. p!cls;path "Enter New Path --> "
  84. c"Enter New Directory --> ":
  85. ddu3
  86. sshow
  87. z!"ZCPR3:COMMAND>"
  88. ##
  89.  )
  90.  
  91. #
  92. 1:2
  93. 2:3
  94. m!mu3
  95. p!cls;path "Enter New Pa