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

  1. /* this is duto */
  2.  
  3. MENU Clear
  4. MENU 0 " " '"  "'
  5. MENU 1 " " '"DF0:"' '"filelist/getlist df0: to"'
  6. MENU 1 " " '"DF1:"' '"filelist/getlist df1: to"'
  7. MENU 1 " " '"DF2:"' '"filelist/getlist df2: to"'
  8. MENU 1 " " '"HD: "' '"filelist/getlist hd: to"'
  9. MENU 1 " " '"FAST: "' '"filelist/getlist fast: to"'
  10. MENU 1 " " '"VD0:"' '"filelist/getlist vd0: to"'
  11. MENU 1 " " '"RAM:"' '"filelist/getlist ram: to"'
  12. MENU 2 "G" '"Get Directory"' '"filelist/getdirectory to"'
  13. MENU 2 "P" '"Parent Dir."'   '"filelist/parent to"'
  14. MENU 2 "L" '"List Pattern"' '"filelist/listpattern"'
  15. MENU 2 "M" '"Make Directory "' '"filelist/makedir to"'
  16. MENU 2 "R" '"Refresh    "'   '"filelist/refresh to"'
  17. MENU 3 " " '"   "'
  18. MENU 4 " " '"   "'
  19. MENU 5 " " '"   "'
  20.  
  21. OPTIONS results
  22. STATUS P
  23. x = setenv("DUTOPort",result)
  24. x = setenv("dutodir"," ")
  25.  
  26. WINDOW 346 0 345 444 
  27. COLOR 2
  28. MSG "To Window"
  29. exit
  30.  
  31.