home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma77.lha / MAShare77 / PicView20 / PicViewAddOne.lha / PicViewAddOne.readme
Text File  |  1996-07-30  |  3KB  |  73 lines

  1. Short:    some Arexx-Script for PicView - V1.2
  2. Author:   solf@madhouse.boerde.de (Maik Solf)
  3. Uploader: solf@madhouse.boerde.de (Maik solf)
  4. Type:     gfx/misc
  5. Replaces: gfx/misc/PicViewAddOne.*
  6. Version:  1.2
  7.  
  8. -------------------------------------------------------------------------------
  9. History:
  10.  
  11. english:
  12.  1.0 - First public release
  13.  1.1 - fixed some bugs
  14.  1.2 - Default-Directory will be stored
  15. deutsch:
  16.  1.0 - erste öffentliche Version
  17.  1.1 - einige Fehler entfernt
  18.  1.2 - Default-Verzeichnis wird abgespeichert
  19. -------------------------------------------------------------------------------
  20. You need an assign PICVIEW: - directory of PicView.
  21.  
  22. Du brauchst ein Assign PICVIEW: - Verzeichnis, in dem sich PicView befindet.
  23. -------------------------------------------------------------------------------
  24. MakeAscii.rexx
  25. MakeCopy.rexx
  26. MakeGuide.rexx
  27.  
  28. english:
  29.   With this three arexx-scripts you can write information about the pictures from
  30.   the current cataloge in an ascii- or guidefile or you can write an special
  31.   copyfile.
  32.   In all scripts you can chance the name and the titel.
  33.   You must edit the lines 20 to 22 or 16-19.
  34.   Which information in which order you can edit at the end of the scripts.
  35.  
  36. deutsch:
  37.   Mit diesen drei Rexx-Script werden die Bild-Informationen des aktuellen Kataloges
  38.   in eine Asciii- bzw. Guidedatei geschrieben oder eine spezielle CopyDatei erzeugt.
  39.   In allen Scripten kann man seinen Namen und den Titel editieren.
  40.   Dazu geht man mit einen Texteditor und ändert die Zeilen 20 bis 22 bzw. 16-19.
  41.   Welche Daten und in welcher Reihenfolge man dan in der Datei stehen haben möchte
  42.   ändert man in dem Unterprogramm, das sich jeweils in den letzten Zeilen befindet.
  43. -------------------------------------------------------------------------------
  44. MakeAsciiDOpus.rexx
  45. MakeCopyDOpus.rexx
  46. MakeGuideDOpus.rexx
  47.  
  48. english:
  49.   With this three special Opus-Scripts you can choose a cataloge (or more) and then
  50.   will be create an ascii-, copy- or guidefile in the destination directory.
  51.   The settings are
  52.   AmigaDOS  <Path>RX <Path>Make_____DOpus.rexx {fu} {o} {d}
  53.      CD Source
  54.      Do all files
  55.      Output window
  56.      Rescan destination
  57.   ! You have to change the path of picview in the script. !
  58.   Bugs: PicView dont load the complete catalog because out of mem.
  59.  
  60. deutsch:
  61.   Mit diesen drei speziell Opus-Script kann man die Katalog-files anwählen
  62.   (könnne mehrere sein) und dann wird zu jedem Katalog eine Ascii-, Copy- oder
  63.   Guidedatei im Zielverzeichnis erzeugt.
  64.   Die Einstellungen lauten
  65.   AmigaDOS  <Pfad>RX <Pfad>MakeGuideDOpus.rexx {fu} {o} {d}
  66.      CD Quelle
  67.      Mit allen Dateien
  68.      Ausgabefenster
  69.      Ziel neu einlesen
  70.   ! Hier muß noch zusätzlich der Pfad von PicView im Script geändert werden. !
  71.   Fehlerquellen: PicView lädt nicht den kompletten Katalog, da nicht genug Speicher.
  72. -------------------------------------------------------------------------------
  73.