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

  1. ##
  2. ## $VER: OPUS.DISPLAYmeKILLtxt 1.0
  3. ##
  4.  
  5. If you are like me, you will hate those .displayme files that are almost
  6. always hidden in LHA files. I disliked them so much, I made a menu in OPUS
  7. that will 1) unpack the .displayme files from the archive,
  8.         & 2) delete the .displayme files from the archive.
  9.  
  10. The unpacked .displayme's will be stored in RAM:displayme/ (created by the
  11. script), and that dir will be loaded in the opposite window in OPUS, so you
  12. can look/delete/edit or whatever you wish with the texts.
  13.  
  14. NOTE: sometimes there IS actually important text in the .displayme files,
  15. so watch out what you do. I will NOT be held responsible for your errors.
  16.  
  17.  
  18. This is how to do it:
  19. choose a button/menu of your likes, and edit in the next lines:
  20.  
  21. ---------------------------------------
  22.  
  23. AmigaDOS    makedir ram:displayme
  24. Command     FinishSection
  25. AmigaDOS    LHA e {fu} #?.displayme ram:displayme/
  26. Command     FinishSection
  27. AmigaDOS    LHA d {f} #?.displayme
  28. Command     SwapWindow
  29. Command     ScanDir ram:displayme
  30. Command     SwapWindow
  31.  
  32.  
  33. NO FLAGS, NO NOTHING MORE...
  34.  
  35. ---------------------------------------
  36.  
  37. you will (obviously) need LHA and makedir in your searchpath.
  38.  
  39. Let me know what you think, and if you use it (and why not...?).
  40.  
  41.  
  42.        ·······························································
  43.        .#.####..............................................####.#..#.
  44.        ##.#..#........._______....______......_______.......#..#.#..#.
  45.        .#.####......../      /....|     \.....\      .......####.####.
  46.        .#....#......./______/.....|______|.....\      .........#....#.
  47.        .#.####....../      /......|      |......\      .....####....#.
  48.        ............/....../.......|_____/........\_______.............
  49.        ...............................................................
  50.        .............ABC, THE CUTEST LAMER IN THE BUSINESS.............
  51.        .                                                             .
  52.        .                   Niels van \X/illigenburg                  .
  53.        .______                 Millingenhof 123                ______.
  54.        /      \             NL-1106 KH   AMSTERDAM            /      \
  55.        | O  O |                  Netherlands                  | O  O |
  56.        |  /\  |                    Europe                     |  /\  |
  57.        | \__/ |               +31 (0)20-6979932               | \__/ |
  58.        .\____/               FIDO -> 2:280/464.17              \____/.
  59.        .                          -> niels@aobh.xs4all.nl            .
  60.        ·······························································
  61.