home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / my_favourite / imagefx_add_ons / pcd-overview.lha / pcd-overview.readme < prev   
Text File  |  1996-10-12  |  1KB  |  56 lines

  1. Short:    ImageFX arexx to make  PhotoCD Overview
  2. Uploader: 100606.2757@compuserve.com (Les Hewitt)
  3. Author:   Les Hewitt 1996
  4. Type:     util/rexx
  5.  
  6. INSTALLATION:
  7. Copy pcd-overview.ifx to the rexx drawer in the ImageFX directory.
  8.  
  9. USE:
  10. Set the ImageFX render mode you want to use then.
  11. Start pcd-overview.ifx, go through the requesters and you'll end up
  12. with a 800x600 jpeg picture containing the pictures from your CD(s)
  13. (or any other directory(s)).
  14.  
  15. You may want to change the variables ant the begining if the script.
  16.  
  17. ******
  18.  
  19. Width  = 800
  20. Height = 600
  21. OVdir  = "RAM:"   /* this is the directory where the requester starts
  22.                                      * from the first time you use the script. It
  23.                                      * remembers where you where for the next time you
  24.                                      * use the script untill you switch off or reboot
  25.                                      * your Amiga. */
  26.  
  27.  
  28. ******
  29.  
  30.  
  31.  
  32.  
  33. You'll need these cli programs in C: or somewhere in the command PATH.
  34. ECHO
  35. REQUESTFILE
  36. LIST
  37. JOIN
  38. ED
  39. SORT
  40. DELETE
  41.  
  42.  
  43. You'll need this library in LIBS:
  44. rexxsupport.library
  45.  
  46. Bugs:
  47. Sometimes the ENV:OViewDIR gets messed up. if it does just delete it and
  48. it'll be ok the next time you run the script.
  49.  
  50. If you have any problems with the script send me an e-mail (if you can) at: 
  51.     100606.2757@compuserve.com
  52.  
  53. Also check out my bands (music) home page:
  54.     http://www.geocities.com/sunsetstrip/8244
  55. The bands called 'Many More'.
  56.