home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v4 / dopbt1 / 1 / opus-sort.txt < prev   
Text File  |  1996-06-13  |  3KB  |  84 lines

  1. ##
  2. ## $VER: OPUS.SORTdopustxt 1.1
  3. ##
  4.  
  5. Now what would happen if you wanted to see the oldest file in your OPUS 
  6. directory ? You would have to start up the configuration editor, choose
  7. OPERATION change, pick LIST FORMAT, change the format there, return to 
  8. OPUS, and reread the desired directory. And what if you needed the biggest
  9. file in a directory ? You would have to start up the configuration editor,
  10. choose OPERATION change...... You get the point I hope.
  11.  
  12. Not anymore ! Here is SORTOPUS. A nice program to sort the directorys as
  13. you want them to be sorted...
  14.  
  15.  
  16. Below are 6 (SIX!) OPUS buttons, copy them onto 6 (yes, six!) buttons you
  17. want (at l(e)ast you can use the right mouse button banks... !!!), 
  18. and sort your hart out.
  19.  
  20.  
  21. This is how to do it:
  22. choose a button/menu of your likes, and edit in the next lines:
  23.  
  24. ---------------------------------------
  25.     name:           cycle gad:  command:
  26.  
  27.  
  28. sortdate REVERSE   -AmigaDOS    dopus:SortDOpus {p} D R RS
  29. (newest on top)
  30. -------------------
  31.  
  32. sortname REVERSE   -AmigaDOS    dopus:SortDOpus {p} N R RS
  33. (Z-A sort)
  34. -------------------
  35.  
  36. sortsize REVERSE   -AmigaDOS    dopus:SortDOpus {p} S R RS
  37. (biggest one on top)
  38. -------------------
  39.  
  40. sortdate NORMAL    -AmigaDos    dopus:SortDOpus {p} D RS
  41. (oldest on top)
  42. -------------------
  43.  
  44. sortname NORMAL    -AmigaDOS    dopus:SortDOpus {p} N RS
  45. (A-Z sort)
  46. -------------------
  47.  
  48. sortsize NORMAL    -AmigaDOS    dopus:SortDOpus {p} S RS
  49. (smallest one on top)
  50. -------------------
  51.  
  52. FLAGS: (for all buttons)
  53.  
  54. Run asynchronously
  55.  
  56. ---------------------------------------
  57.  
  58. NOTE: You will have to copy the SORTDOPUS programm to your DOPUS: directory
  59.       or change the paths...
  60.       
  61.       
  62. Let me know what you think, and if you use it (and why not...?).
  63.  
  64.  
  65.        ·······························································
  66.        .#.####..............................................####.#..#.
  67.        ##.#..#........._______....______......_______.......#..#.#..#.
  68.        .#.####......../      /....|     \.....\      .......####.####.
  69.        .#....#......./______/.....|______|.....\      .........#....#.
  70.        .#.####....../      /......|      |......\      .....####....#.
  71.        ............/....../.......|_____/........\_______.............
  72.        ...............................................................
  73.        .............ABC, THE CUTEST LAMER IN THE BUSINESS.............
  74.        .                                                             .
  75.        .                   Niels van \X/illigenburg                  .
  76.        .______                 Millingenhof 123                ______.
  77.        /      \             NL-1106 KH   AMSTERDAM            /      \
  78.        | O  O |                  Netherlands                  | O  O |
  79.        |  /\  |                    Europe                     |  /\  |
  80.        | \__/ |               +31 (0)20-6979932               | \__/ |
  81.        .\____/               FIDO -> 2:280/464.17              \____/.
  82.        .                          -> niels@aobh.xs4all.nl            .
  83.        ·······························································
  84.