home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / PCTMOUSE.ZIP / TOOLS.DEF < prev    next >
Encoding:
Text File  |  1989-07-26  |  21.3 KB  |  575 lines

  1. ; Logitech Mouse Menu definition for PCTOOLS 4.11
  2. ; Middle button will always bring up the appropriate menu
  3.  
  4.  
  5. BEGIN  LeftB, MiddleB, RightB, mousel, mouser, mouseu, moused, 150, 50
  6. CHORDS LMB, LRB, RMB, ALLB
  7.  
  8. LeftB: TYPE ENTER                  ;<CR>
  9. RightB: TYPE 0,61                  ;F3 TO TOGGLE BETWEEN DISK AND FILE SRVCS
  10. MiddleB: EXECUTE menumat           ; Begins MATCH for appropriate menu
  11.  
  12. mousel:  TYPE 0,75                 ;LEFT ARROW
  13. mouser:  TYPE 0,77                 ;RIGHT ARROW
  14. mouseu:  TYPE 0,72                 ;UP ARROW
  15. moused:  TYPE 0,80                 ;DOWN ARROW
  16.  
  17.  
  18. LMB: TYPE 0,73                     ;Page Down
  19. LRB: EXECUTE moushelp              ;brings up mouse help menu
  20. RMB: TYPE 0,81                     ;Page Up
  21. ALLB: TYPE ESC                     ;ESCAPE
  22.  
  23. ; the following MATCH section insures the appropriate menu will be invoked
  24. ; when inside the different areas of PCTOOLS...
  25. ; when no menu is needed (such as with Attribute) the MATCH defaults to
  26. ; Mouse Help to remind user of buttons and chords that can be used
  27.         ;Each Match chooses a word and location unique to that screen
  28.  
  29. menumat: MATCH 23,2,,"Sort",main3,diskmat         ; File Services menu
  30. diskmat: MATCH 2,28,,"Disk",dismain4,delmat       ; Disk Services menu
  31. delmat: MATCH 14,21,,"bypass",delmen1,delmat2     ; Delete menu
  32. delmat2: MATCH 11,17,,"Multiple",delmen2,copmat   ; Multiple file delete menu
  33. copmat: MATCH 12,1,,"File",copmen,prinmat         ; alt copy menu
  34. prinmat: MATCH 2,31,,"File Print",prinmen,fsormat ; Print menu
  35. fsormat: MATCH 24,5,,"F7",sormen1,graf1           ; Sort menu
  36. graf1: MATCH 25,1,,"F1=rename",prunmen1,graf2      ; --
  37. graf2: MATCH 24,1,,"Please confirm",prunmen2,graf3 ;   | Prune and Graft
  38. graf3: MATCH 24,1,,"Use",prunmen3,graf4            ;   |   menus
  39. graf4: MATCH 24,13,,"Please",prunmen4,viewmat      ; --
  40. viewmat: MATCH 2,31,,"File View",viewmen,wordmat1  ; view/Edit menu
  41. wordmat1: MATCH 23,21,,"Press",wordmen1,wordmat2   ; Word
  42. wordmat2: MATCH 24,10,,"Search",wordmen2,wordmat3  ;      Processing menus
  43. wordmat3: MATCH 22,15,,"You",wordmen3,argmat
  44. argmat: MATCH 5,6,,"Enter", argmen, sermat1        ;
  45. sermat1: MATCH 2,36,,"Search",sermen1,secmat       ; File or Disk Search
  46. secmat: MATCH 10,20,,"Indicate",sec1,dviewmat      ; Cluster change menu
  47. dviewmat: MATCH 25,37,,"F2=chg",dviewmen,sectrmat1 ; Disk View/Edit
  48. sectrmat1: MATCH 23,1,,"Sector",sectred2,sectrmat2    ; Update Confirmation
  49. sectrmat2: MATCH 25,1,,"Home=first",sectred1,mapmat1  ; Sector Edit
  50. mapmat1: MATCH 25,37,,"files",mapmen1,mapmat2         ; first map menu
  51. mapmat2: MATCH 21,33,,"mapped",mapmen3,mapmat3        ; Mapping options
  52. mapmat3: MATCH 25,16,,"view",mapmen2,undelmat         ; second mapping menu
  53. undelmat: MATCH 22,4,,"F8=directory",undelmen1,unmat1 ; Undelete options1
  54. unmat1: MATCH 14,26,,"Automatic",undelmen2,unmat2     ;    ''    options2
  55. unmat2: MATCH 23,8,,"F1=Add",undelmen3,sermat2        ;    ''    options3
  56. sermat2: MATCH 16,2,,"Please",sermen1,mainmat      ; Search options
  57. mainmat: MATCH 5,9,,"WELCOME",main1,moushelp       ; opening menu or default
  58.                                                    ;       to Mouse Help
  59.  
  60. ;These are often needed keystrokes, so the labels correspond to the key
  61. ;and are refered to throughout the PCTOOLS mouse definition...although
  62. ;when multiple keystrokes are needed, the individual TYPE comands were used
  63. ;in series in most cases instead of EXECUTING these labels for simplicity.
  64.  
  65. f1: TYPE 0,59           ;F1
  66. f2: TYPE 0,60           ;F2
  67. f3: TYPE 0,61           ;F3
  68. f4: TYPE 0,62           ;F4
  69. f5: TYPE 0,63           ;F5            Obvious eh?
  70. f6: TYPE 0,64           ;F6
  71. f7: TYPE 0,65           ;F7
  72. f8: TYPE 0,66           ;F8
  73. f9: TYPE 0,67           ;F9
  74. f10: TYPE 0,68          ;F10
  75. esc: TYPE ESC           ;Escape
  76. any: TYPE " "           ; The any key...so I choose <space>
  77. ent: TYPE ENTER         ; <CR> or the ENTER key
  78.  
  79. main1:   popup 5,9,31
  80. text "╔═══════════════════ PCTOOLS SELECTOR ═══════════════════╗"
  81. text "║                                                        ║"
  82. text "║                   File Services Menu                   ║"
  83. text "║          File Services Menu + Drive/dir Change         ║"
  84. text "║                   Disk Services Menu                   ║"
  85. text "║                                                        ║"
  86. text "║                 FAST EXIT FROM PCTOOLS                 ║"
  87. text "║                                                        ║"
  88. text "╠════════════════════════════════════════════════════════╣"
  89. text "║                                                        ║"
  90. text "║        Middle Button birings up appropriate Menu       ║"
  91. text "║                                                        ║"
  92. text "║  Press Left and Right Buttons together for Mouse Help  ║"
  93. text "║                                                        ║"
  94. text "╚════════════════════════════════════════════════════════╝"
  95. select 3,11,39, any
  96. select 4,11,39, file1
  97. select 5,11,39, f3
  98. select 7,11,39, esc
  99. pend
  100.  
  101. file1: EXECUTE f10,drivmen3          ;f10 toggle with DRIVE choice
  102.  
  103. moushelp: popup 1,15, 31
  104. text "╔════════════════════════════════════════════════╗"
  105. text "║                   MOUSE HELP                   ║"
  106. text "╠════════════════════════════════════════════════╣"
  107. text "║                                                ║"
  108. text "║      Mouse movement simulates Arrow Keys       ║"
  109. text "║                                                ║"
  110. text "║  Middle Button brings up the appropriate Menu  ║"
  111. text "║                                                ║"
  112. text "║          Left Button = Enter/Select/<CR>       ║"
  113. text "║                                                ║"
  114. text "║ Right Button = F3 toggle between File and Disk ║"
  115. text "║                                                ║"
  116. text "║           Left and Middle = Page Down          ║"
  117. text "║                                                ║"
  118. text "║           Middle and Right = Page Up           ║"
  119. text "║                                                ║"
  120. text "║ Left and Right brings up Mouse Help-this Menu  ║"
  121. text "║                                                ║"
  122. text "║              All Buttons = Escape              ║"
  123. text "║                                                ║"
  124. text "║               RETURN TO PCTOOLS                ║"
  125. text "║                                                ║"
  126. text "╚════════════════════════════════════════════════╝"
  127. select 21,17,17,       ; selections with no following label exist for easy
  128. pend                   ; mouse menu exit without affecting the program
  129.  
  130. main3: popup 1,1,31
  131. text "╔══════════════════╗"
  132. text "║ FILE SERVICES    ║"
  133. text "╠══════════════════╣"
  134. text "║ EXIT MENU        ║"
  135. text "║ Copy             ║"
  136. text "║ Move             ║"
  137. text "║ Compare          ║"
  138. text "║ Find             ║"
  139. text "║ Rename           ║"
  140. text "║ Delete           ║"
  141. text "║ Verify           ║"
  142. text "║ View/Edit        ║"
  143. text "║ Attribute        ║"
  144. text "║ Word Processor   ║"
  145. text "║ Print            ║"
  146. text "║ List DIR to PRN  ║"
  147. text "║ Sort             ║"
  148. text "║ Help             ║"
  149. text "║ Unselect         ║"
  150. text "║ Alt Dir List     ║"
  151. text "║ Dir List Arg.    ║"
  152. text "║ File Select Arg. ║"
  153. text "║ Change Driv/Path ║"
  154. text "║ Fast Exit        ║"
  155. text "╚══════════════════╝"
  156. select 4,3,16
  157. select 5,3,16 ,cop1
  158. select 6,3,16 ,mov1
  159. select 7,3,16 ,comp1
  160. select 8,3,16 ,find1
  161. select 9,3,16 ,ren1
  162. select 10,3,16,d1
  163. select 11,3,16,ver1
  164. select 12,3,16,view1
  165. select 13,3,16,attr1
  166. select 14,3,16,word1
  167. select 15,3,16,print1
  168. select 16,3,16,list1
  169. select 17,3,16,sort1
  170. select 18,3,16,help1
  171. select 19,3,16,f1
  172. select 20,3,16,f2
  173. select 21,3,16,f8
  174. select 22,3,16,f9
  175. select 23,3,16,chng1
  176. select 24,3,16,fast1
  177. pend
  178.  
  179. cop1: EXECUTE cop2,cop3
  180. cop2: TYPE "C"
  181. cop3: Execute drivmen3                    ;gives DISK choice
  182.  
  183. copmen: menu ,12,45,31
  184.       option " Replace All Files That Exist ", rep1
  185.       option " Replace This File Only       ", rep2
  186.       option " Skip All Files That Exist    ", skip1
  187.       option " Skip This File Only          ", skip2
  188.       option "      TERMINATE OPERATION     ", esc
  189.         mend
  190. rep1: menu " *** WARNING ALL FILES WILL BE OVERWRITTEN *** ", 18, 15, 75
  191.     option "          Continue With Overwrite              ", cop4
  192.     option "            Terminate Operation                ", esc
  193.       mend
  194. cop4: TYPE "R"
  195. rep2: menu " *** WARNING FILE WILL BE OVERWRITTEN *** ", 18, 18, 75
  196.     option "         Continue With Overwrite          ", cop5
  197.     option "           Terminate Operation            ", esc
  198.       mend
  199. cop5: TYPE "W"
  200. skip1: TYPE "S"
  201. skip2: TYPE "T"
  202.  
  203. mov1: EXECUTE mov2, mov3,
  204. mov2: TYPE "M"
  205. mov3: EXECUTE mov4
  206. mov4: menu  "FILE MOVE --Original Files will be deleted--", 10, 17, 31
  207.        option  "YES---Proceed with File Move", m1
  208.        option  "No---Return without changes ", esc
  209.       mend
  210. m1: EXECUTE m2, m3
  211. m2: TYPE "Y"
  212. m3: EXECUTE drivmen3                      ; Disk choice again
  213.  
  214. comp1: EXECUTE co1, co2, co3
  215. co1: TYPE "O"
  216. co2: EXECUTE drivmen3
  217. co3: menu "FILE COMPARE----Please Select",  10, 24, 31
  218.     option "Files with MATCHING NAMES " , co4
  219.     option "Input individual Filename " , any
  220.     option "Return without Comparing  " , esc
  221.      mend
  222. co4: TYPE "Y"
  223.  
  224. find1: TYPE "F"
  225. ren1: TYPE "R"
  226.  
  227. d1: popup 10,13,31
  228. text "╔═══════════════════════════════════════════════════════╗"
  229. text "║             You Have Chosen File Deletion             ║"
  230. text "║      You may Continue or Return Without Changes       ║"
  231. text "╠═══════════════════════════════════════════════════════╣"
  232. text "║              Exit Without File Deletion               ║"
  233. text "║          Continue With Pctools File Deletion          ║"
  234. text "╚═══════════════════════════════════════════════════════╝"
  235. select 5,11,37,
  236. select 6,11,37, d2
  237. pend
  238. d2: TYPE "D"
  239.  
  240. delmen2: menu "  MULTIPLE FILE DELETION   ", 19,20,31
  241.        option "  Return Without Deletion  ", esc
  242.        option "     CONFIRM each FILE     ", d3
  243.        option " DELETE all selected FILES ", d4
  244.          mend
  245. d3: TYPE "N"
  246. d4: EXECUTE delmen3
  247.  
  248. delmen3: menu " *** WARNING all FILES will be DELETED ***", 19,14,75
  249.        option "          EXIT DELETION SERVICE           ", esc
  250.        option "       Continue with File Deletion        ", d5
  251.          mend
  252. d5: TYPE "Y"
  253.  
  254. delmen1: menu " CONFIRMATION REQUESTED ", 10,35,31
  255.        option "    DELETE This FILE    ", d6
  256.        option "     SKIP This FILE     ", d7
  257.          mend
  258. d6: TYPE "Y"
  259. d7: TYPE "N"
  260.  
  261. ver1: TYPE "V"
  262. view1: TYPE "E"
  263. viewmen: menu "  View/Edit  ", 10,30,31
  264.        option "   Toggle    ", f1
  265.        option "    EXIT     ", esc
  266.          mend
  267.  
  268. attr1: TYPE "A"
  269. word1: TYPE "W"
  270. wordmen1: menu "  Word Processing  ", 8,29,31
  271.         option "  Create New File  ", f2
  272.         option " Edit Current File ", any
  273.         option "        END        ", esc
  274.           mend
  275.  
  276. wordmen2: menu "  OPTIONS  ", 6,33,31
  277.         option "  Save     ", f2
  278.         option "  Search   ", f3
  279.         option "  Replace  ", f4
  280.         option "  Select   ", f5
  281.         option "  Cut      ", f6
  282.         option "  Copy     ", f7
  283.         option "  Paste    ", f8
  284.         option "  Show     ", f10
  285.         option "  EXIT     ", esc
  286.           mend
  287.  
  288. wordmen3: menu ,11,20,31
  289.         option "           Save New File           ",word2
  290.         option "     Return to Word Processing     ",esc
  291.         option " EXIT Word Processing without Save ",word3
  292.           mend
  293. word2: TYPE "Y"
  294. word3: TYPE "N"
  295.  
  296.  
  297. print1: TYPE "P"
  298. prinmen: menu "File Printing Service" ,16,18,31
  299.       option "Return Without Printing                    " ,esc
  300.       option "Print as Standard Text (control Characters)" ,p1
  301.       option "Print as Standard Text (input user options)" ,p2
  302.       option "Each Sector DUMPED in ASCII and HEX        " ,p3
  303.       option "Skip this File and Go to Next One Selected " ,p4
  304.          mend
  305. p1: TYPE "P"
  306. p2: TYPE "W"
  307. p3: TYPE "D"
  308. p4: TYPE "N"
  309.  
  310. list1: menu "List Current Directory (Output to Printer)" ,10,20,31
  311.       option "       Return Without Listing            " ,
  312.       option "       List Directory to PRN             " ,li1
  313.        mend
  314. li1: TYPE "L"
  315.  
  316. sort1: TYPE "S"
  317. sormen1: menu "     File Sort Options      ", 7, 25, 31
  318.        option "       Sort By Name         ", s1
  319.        option "     Sort By Extension      ", s2
  320.        option "       Sort By Size         ", s3
  321.        option "       Sort By Date         ", s4
  322.        option "  Update New Sort to Disk   ", s5
  323.        option "       EXIT FILE SORT       ", esc
  324.          mend
  325. s1: EXECUTE f7, sormen2
  326. s2: EXECUTE f8, sormen2
  327. s3: EXECUTE f9, sormen2
  328. s4: EXECUTE f10, sormen2
  329. s5: TYPE "U"
  330.  
  331. sormen2: menu " SORT ORDER ", 9, 33, 31
  332.        option " Ascending  ",s7
  333.        option " Descending ",s8
  334.          mend
  335. s7: TYPE "A"
  336. s8: TYPE "D"
  337.  
  338. help1: TYPE "H"
  339.  
  340. argmen: menu ,20,24,31
  341.       option "Blank the Name and Extention" ,f10
  342.       option "            EXIT            " ,esc
  343.         mend
  344.  
  345. chng1: EXECUTE f10, drivmen3                     ; F10 toggle + DRIVE menu
  346. fast1: TYPE ESC, "Y"                             ; example of multiple
  347.                                                  ;            Keystrokes
  348.  
  349. dismain4: menu "DISK SERVICES  "  ,1,62,31
  350.          option " EXIT MENU    " ,
  351.          option " Copy         " ,dcop2
  352.          option " Compare      " ,dcomp2
  353.          option " Find         " ,dfind2
  354.          option " Rename Label " ,dren2
  355.          option " Verify Disk  " ,dver2
  356.          option " View/Edit    " ,dview2
  357.          option " Map of Disk  " ,dmap2
  358.          option " Locate       " ,dloc2
  359.          option " Initialize   " ,dinit2
  360.          option " Dir Maint    " ,ddman2
  361.          option " Undelete     " ,dundel2
  362.          option " System Info  " ,dsys2
  363.          option " Park         " ,dpark2
  364.          option " Help         " ,dhelp2
  365.          option " File Srvc    " ,f3
  366.          option " File/Drive   " ,ddriv2
  367.          option " FAST EXIT    " ,dfast2
  368.           mend
  369.  
  370. drivmen1: menu "Select Source Drive" , 10,30,31
  371.          option "    Drive A:      " , sela
  372.          option "    Drive B:      " , selb
  373.          option "     Escape       " , esc
  374.           mend
  375. sela: TYPE "A", ENTER         ;---
  376. selb: TYPE "B", ENTER         ;   |
  377. selc: TYPE "C", ENTER         ;   |  Drive selection labels and commands
  378. seld: TYPE "D", ENTER         ;   |
  379. sele: TYPE "E", ENTER         ;---
  380.  
  381.  
  382. drivmen2: menu "Select Target Drive", 10,30,31
  383.          option "     Drive A:     ", sela
  384.          option "     Drive B:     ", selb
  385.          option "      Escape      ", esc
  386.           mend
  387.  
  388. drivmen3: menu " Select New Drive ", 7,30,31
  389.          option " Current Drive  ", ent
  390.          option "   Drive A:     ", sela
  391.          option "   Drive B:     ", selb
  392.          option "   Drive C:     ", selc
  393.          option "   Drive D:     ", seld
  394.          option "   Drive E:     ", sele
  395.          option "    Escape      ", esc
  396.           mend
  397.  
  398. dcop2: EXECUTE dc1,drivmen1,drivmen2          ;  initializes copy and asks
  399. dc1: TYPE "C"                                 ;  for source and target drives
  400.  
  401. dcomp2: EXECUTE dco1,drivmen1,drivmen2        ;  initializes compare and asks
  402. dco1: TYPE "O"                                ;  for source and target drives
  403.  
  404. dfind2: EXECUTE df1,drivmen3                  ;  initializes find and asks
  405. df1: TYPE "F"                                 ;  and asks for drive
  406.  
  407. dren2: EXECUTE dr1, drivmen3                  ;  initializes label rename and
  408. dr1: TYPE "R"                                 ;  asks for drive to rename
  409.  
  410. dver2: EXECUTE dv1, drivmen3                  ;  initializes verify and asks
  411. dv1: TYPE "V"                                 ;  for disk to verify
  412.  
  413. dview2: EXECUTE dvi1, drivmen3                ;  initializes View/Edit and
  414. dvi1: TYPE "E"                                ;  asks for drive to edit
  415.  
  416. dmap2: EXECUTE dm1, drivmen3                  ;  inializes mapping and asks
  417. dm1: TYPE "M"                                 ;  for disk to map
  418.  
  419. dloc2: EXECUTE dl1, drivmen3                  ;  initializes location and asks
  420. dl1: TYPE "L"                                 ;  for drive to search
  421.  
  422. dinit2: EXECUTE din1, drivmen2                ; initializes format and asks
  423. din1: TYPE "N"                                ; for disk to format (a or b)
  424.  
  425. ddman2: EXECUTE ddm1, drivmen3                ; initializes Dir maintenance
  426. ddm1: TYPE "D"                                ; and asks for drive
  427.  
  428. dundel2: EXECUTE dun1, drivmen3               ; initializes Undelete and asks
  429. dun1: TYPE "U"                                ; for drive
  430.  
  431. dsys2: TYPE "I"                               ; lists system info
  432.  
  433. dpark2: TYPE "P"                              ; Parks Heads
  434.  
  435. dhelp2: TYPE "H"                              ; brings up pctools disk help
  436.  
  437. ddriv2: EXECUTE f10, drivmen3                 ; toggles and asks for new dr
  438.  
  439. dfast2: Type ESC, "Y"                         ; quick exit from main pctools
  440.                                               ; menu
  441.  
  442.  
  443. prunmen1: menu "Dir Maint Options", 5, 58,31
  444.         option "    EXIT MENU    ",
  445.         option "     Rename      ", f1
  446.         option "     Create      ", f2
  447.         option "     Remove      ", f3
  448.         option "  Chng DOS Cur   ", f4
  449.         option " Prune and Graft ", f5
  450.         option " Exit Dir Maint  ", esc
  451.           mend
  452.  
  453. prunmen2: menu "  Dir Prune and Graft  ", 5,54,31
  454.         option "     Exit this Menu    ",
  455.         option "   Proceed with Prune  ", prunproc
  456.         option "  EXIT Prune and Graft ", esc
  457.           mend
  458. prunproc: TYPE "P"
  459.  
  460. prunmen3: menu "   Directory Prune Initialized   ", 16,25,31
  461.         option "         Exit this Menu          ",
  462.         option " Accept Selected Dir and Proceed ", accep
  463.         option "        EXIT Prune Option        ", esc
  464.           mend
  465. accep: TYPE ENTER
  466.  
  467. prunmen4: menu "  Directory Grafting  ", 16,25,31
  468.         option "    Exit this Menu    ",
  469.         option "  Proceed with Graft  ", grafproc
  470.         option " Exit Prune and Graft ", esc
  471.           mend
  472. grafproc: TYPE "G"
  473.  
  474. sermen1: menu ,16,25,31
  475.        option " Toggle Entry Mode " ,f1
  476.        option "   Begin Search    " ,ent
  477.        option "   EXIT Search     " ,se
  478.          mend
  479. se: TYPE ESC, " "                         ; <escape> + <space> to exit quickly
  480.  
  481. dviewmen: menu , 11,25,31
  482.         option " Change Sector Number ", f2
  483.         option "         EDIT         ", f3
  484.         option "       Get Name       ", f4
  485.         option "  EXIT Disk View/Edit ", esc
  486.           mend
  487.  
  488. sec1: menu " Sector to Display ", 8,26,31
  489.     option " BOOT Sector       ", sec2
  490.     option " First FAT Sector  ", sec3
  491.     option " First ROOT Sector ", sec4
  492.     option " First DATA Sector ", sec5
  493.     option " Enter a Cluster   ", sec6
  494.     option "   Do Not Change   ", esc
  495.       mend
  496. sec2: TYPE "B"
  497. sec3: TYPE "F"
  498. sec4: TYPE "R"
  499. sec5: TYPE "D"
  500. sec6: TYPE "C"
  501.  
  502. sectred1: menu " Sector Edit Service ", 9,25,31
  503.         option "      Exit Menu      ",
  504.         option "   Swap Entry Data   ", f1
  505.         option "     Update Disk     ", f5
  506.         option "    Cancel Update    ", f6
  507.         option "   Exit Sector Edit  ", esc
  508.           mend
  509.  
  510. sectred2: menu " CONFIRMATION REQUESTED ", 17,23,75
  511.         option "     Cancel Update      ", sec7
  512.         option "  Proceed with Update   ", sec8
  513.           mend
  514. sec7: TYPE ESC," "               ;<esc> + <space> for speedy return
  515. sec8: TYPE "U"," "               ;"U" + <space> for quick update and return
  516.  
  517. mapmen1: menu ,12,32,31
  518.        option "  Exit Menu   ",
  519.        option "  Map Files   ", map1
  520.        option " EXIT MAPPING ", esc
  521.          mend
  522. map1: TYPE "F"
  523.  
  524. mapmen2: menu ,12,32,31
  525.        option "    Exit Menu     ",
  526.        option " View Entire Disk ", map2
  527.        option "  Reselect Files  ", map3
  528.        option "   EXIT Mapping   ", esc
  529.          mend
  530. map2: TYPE "D"
  531. map3: TYPE "F"
  532.  
  533. mapmen3:  menu "  MAPPING  OPTIONS  ", 6,28,31
  534.         option "      Exit Menu     ",
  535.         option "       Proceed      ", map4
  536.         option "  Dir List Argument ", f8
  537.         option " File Selection Arg ", f9
  538.         option "     Change Path    ", f10
  539.         option "      Unselect      ", f1
  540.         option " Alternate Dir List ", f2
  541.         option " EXIT Mapping Servc ", esc
  542.           mend
  543. map4: TYPE "G"
  544.  
  545. undelmen1: menu "  UNDELETE OPTIONS  ", 6,28,31
  546.          option "      Exit Menu     ",
  547.          option " Proceed with Undel ", undel1
  548.          option "  Dir List Argument ", f8
  549.          option " File Selection Arg ", f9
  550.          option "  Change Drive/Path ", undel2
  551.          option "      Unselect      ", f1
  552.          option " Alternate Dir List ", f2
  553.          option " EXIT Undelete Srvc ", esc
  554.            mend
  555. undel1: TYPE "G"
  556. undel2: EXECUTE f10,drivmen3
  557.  
  558. undelmen2: menu " OPTIONS    ", 19,30,31
  559.          option " Automatic  ", f1
  560.          option " Manual     ", f2
  561.          option " Exit Undel ",esc
  562.            mend
  563. undelmen3: menu "           OPTIONS            ", 8,24,31
  564.          option " Exit Menu                    ",
  565.          option " Add to File and display next ", f1
  566.          option " Skip to next Cluster         ", f2
  567.          option " Save File                    ", f3
  568.          option " Unselect                     ", f4
  569.          option " Search                       ", f5
  570.          option " Select Cluster Number        ", f6
  571.          option " EXIT Undelete Service        ", esc
  572.            mend
  573.  
  574. ; end of Logitech mouse menu definition for PCTOOLS 4.11
  575.