home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 216.lha / RexxArpLib_v2.1 / rexx / filelist / dufrom.txed < prev    next >
Encoding:
Text File  |  1996-02-15  |  1.2 KB  |  35 lines

  1. /* this is dufrom */
  2. OPTIONS results
  3. MENU Clear
  4.  
  5. MENU 0 "Q" "QUIT" "'""filelist/ctprt"";""filelist/cfprt""'"
  6. MENU 0 "K" '"Delete Line  "' "DLine"
  7. MENU 0 "X" '"Cut Block"' "Cut"
  8. MENU 1 " " '"DF0:"' '"filelist/getlist df0: from"'
  9. MENU 1 " " '"DF1:"' '"filelist/getlist df1: from"'
  10. MENU 1 " " '"DF2:"' '"filelist/getlist df2: from"'
  11. MENU 1 " " '"HD: "' '"filelist/getlist hd: from"'
  12. MENU 1 " " '"FAST:"' '"filelist/getlist fast: from"'
  13. MENU 1 " " '"VD0:"' '"filelist/getlist vd0: from"'
  14. MENU 1 " " '"RAM:"' '"filelist/getlist ram: from"'
  15. MENU 2 "G" '"Get Directory"' '"filelist/getdirectory from"'
  16. MENU 2 "P" '"Parent Dir."'   '"filelist/parent from"'
  17. MENU 2 "L" '"List Pattern"' '"filelist/listpattern from"'
  18. MENU 2 "M" '"Make Dir."'     '"filelist/makedir from"'
  19. MENU 2 "R" '"Refresh    "'   '"filelist/refresh from"'
  20. MENU 3 "C" '"Copy Files   "' '"filelist/copyfiles"'
  21. MENU 3 "D" '"Delete Files "' '"filelist/deletefiles"'
  22. MENU 3 "E" '"Edit File   "' '"filelist/editfile"'
  23. MENU 3 ">" '"Move Files   "' '"filelist/movefiles"'
  24. MENU 4 " " '"Copy All "'     '"filelist/copyall"'
  25. MENU 4 " " '"Delete All"'    '"filelist/deleteall"'
  26. MENU 5 " " '"   "'
  27.  
  28. address command "e startup filelist/duto"
  29.  
  30. x = setenv("dufromdir"," ")
  31. WINDOW 0 0 345 444 
  32. MSG "From Window"
  33. exit
  34.  
  35.