home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Internet / Strony_WWW / Opus4.x / files / SequenceSelect.lha / SequenceSelect.readme < prev   
Text File  |  2000-07-24  |  2KB  |  62 lines

  1. Short:    Select numbered filesequences easily with DOpus4
  2. Author:   Korodny@gmx.net (Christoph Gutjahr)
  3. Uploader: Korodny@gmx.net (Christoph Gutjahr)
  4. Version:  1.0
  5. Status:   Freeware
  6. Requires: DirOpus4.12+
  7.  
  8. ----------------
  9. - INTRODUCTION -
  10. ----------------
  11.  
  12.  This script lets you select numbered file sequences (i.e. frame01.iff,
  13.  frame02.iff, frame03.iff...) easily. Just select one file of the sequence
  14.  and start this  script.
  15.  
  16.  You can select several file sequences at once (just select one file out of
  17.  each sequence and start this script).
  18.  
  19.  It works with all NUMBERED sequences, i.e.:
  20.  
  21.   - frame01.jpg, frame02.jpg, frame03.jpg...
  22.   - 01.iff, 02.iff, 03.iff...
  23.   - 0001.iff, 0002.iff, 0003.iff...
  24.   - pic01, pic02, pic03...
  25.  
  26.  This script will even work if the filename conatains only numbers (i.e. 0001,
  27.  0002, 0003...), but in this case it will just select all files with the same
  28.  filename length as the file selected by the user - so beware!
  29.  
  30. ----------------
  31. - INSTALLATION -
  32. ----------------
  33.  
  34.  Copy the scripts to any place on your HardDisk ("DOpus:Rexx/" recommended)
  35.  and  configure a Menu-item/Button/Hotkey in DirOpus and give it an
  36.  appropriate  name. The corresponding action should be configured like this:
  37.  
  38.     AREXX: DOpus:Rexx/SequenceSelect.dopus
  39.  
  40.  That's all. No flags etc. needed.
  41.  
  42. ---------
  43. - USAGE -
  44. ---------
  45.  
  46.  Select a file of the sequence you want to select (or several files out of
  47.  several sequences) and start the script. That's all!
  48.  
  49.  Note: If other files (that do not belong to a sequence) are selected, they
  50.  won't be affected.
  51.  
  52. ----------------------------
  53. - Copyright and disclaimer -
  54. ----------------------------
  55.  
  56.  Use this at your own risk. No warranties of any kind are made as to the
  57.  functionality of this program.
  58.  
  59.  This is distributed under the GNU Public license. Do with it whatever you
  60.  want.
  61.  
  62.