home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Raytracing / Raytracer / LW5VT09.LHA / Toaster / Arexx_examples / Lwe / Manual / Request.eng < prev   
Encoding:
Text File  |  1996-06-10  |  2.4 KB  |  64 lines

  1. All macros are using the same file requester for choosing one or
  2. more file(s). The requester for single files is used as usual,
  3. when choosing multiple files it is a little bit different, be-
  4. cause you have some options. These are used to make the choice
  5. as easy as possible. In any case, look to the title-line of the
  6. filerequester, informing you always, what choice you should
  7. make. When working on a sequence, you choose a drawer as desti-
  8. nation of the operation. If the macro needs a row of files to
  9. create a source-file, choose the basename of the new filesequen-
  10. ce.
  11. [PAGE]
  12. SEQUENCE
  13. If the files are a sequence with continous numerical extension,
  14. choose the "Sequence" option. In the two requesters you choose
  15. the first and last file.
  16.  
  17. Example: Picture.001, Picture.002, Picture.003 ...
  18.  
  19. The sequence may not have gaps, in this case choose the "Alpha-
  20. Sort" option. The files must reside in the same directory, the
  21. point is optional. The number of digits is as you like, but it
  22. must be constant in a sequence.
  23. [PAGE]
  24. SPECIFY
  25. You want to select single files of the sequence, because they
  26. are distributed p.e. in different drawers.
  27.  
  28. Example: Object.lwo, RAM:Object2.lwo, NewObject.lwo ...
  29.  
  30. You choose one by one file in the requester and click OK, if you
  31. want no more file to select, click to CANCEL.
  32. [PAGE]
  33. LIST
  34. You have made a list of files to work on in a texteditor or
  35. changed it. Specify the names with full path description in the
  36. list, each line a file without empty lines.
  37.  
  38. Example: DH1:Store/Object.lwo, RAM:Object2.lwo ...
  39.  
  40. You choose this list in the requester. Useful is this especial-
  41. ly, if you want to work on the same files again.
  42. [PAGE]
  43. DIRECTORY
  44. If you want to work on all files of a drawer at the same time or
  45. you have copied the files for that in a temporary directory,
  46. this option is the right choice. Remember, that the follow of
  47. files is set by the order of producing the files. In that way
  48. you can easy set the following, by copying the files in the wan-
  49. ted follow into a new drawer.
  50. [PAGE]
  51. ALPHASORT
  52.  
  53. If you want a alpha-sorting of the files and there are no files
  54. between the files to work on (after sorting), which are not fit-
  55. ting to them, then use this option.
  56.  
  57. Example: AAA.002, AAA.003, B.lwo, bbb.001
  58.  
  59. The way of sorting was adjusted to LW (in spite of unusual hand-
  60. ling of the special-characters), because else the files would
  61. come up in the requester in an other follow as in the sorted
  62. list.
  63. [END]
  64.