Short: Start applications easily with filename as argument Author: Martin Steigerwald Uploader: Martin Steigerwald Type: util/wb Architecture: m68k-amigaos Distribution: NoCD This file might not be distributed on AmiNet CD ROMs. German and english documentation follows: $VER: AppLauncher.readme 1.4 (16.8.97) (W) by Martin Steigerwald Deutsch ======= Lädt gegebenfalls die angegebene Applikation und läßt diese mit dem angegeben ARexx-Kommando, das an den angegebenen Port geschickt wird, die angegeben Dateien, jede einzelen für sich, einladen. Vor dem Laden der Dateien wird noch das angegebene Startkommando ausgeführt, um die Applikation in den Vordergrund zu bringen. Wird 'NOTTOFRONT' als Startkommando angegeben, wird die Applikation nicht in den Vordergrund gebracht. AppLauncher.rexx braucht die rexxdossupport.library von Hartmut Goebel für die Argument-Auswertung. Mensch bekommt sie bei OBI, im AmiNet ;-) Argumentschablone: AppLauncher.rexx APPLICATION/A,PORT/A,STARTCOMMAND,LOADCOMMAND/A,FILES/M Beispiel: AppLauncher.rexx prg:grafik/Photogenics PHOTOGENICS.1 PGSTOFRONT LOAD bilddatei1 bilddatei2 ... Einsatz in DOpus 5.x: Als Parameter für die Dateien {f} oder {F} nehmen. English ======= Loads an given application if it isnt already loaded and let it load the given files using the given arexx command on the given port, file by file. Before loading the files it issues a given start command to bring the application to front. Using 'NOTTOFRONT' as startcommand omits that step. AppLauncher requires rexxdossupport.library from Hartmut Goebel for argument parsing. You can find it on AmiNet. Arguments: AppLauncher.rexx APPLICATION/A,PORT/A,STARTCOMMAND,LOADCOMMAND/A,FILES/M Example: AppLauncher.rexx prg:grafik/Photogenics PHOTOGENICS.1 PGSTOFRONT LOAD imagefile1 imagefile2 ... Use in DOpus 5.x: Use {f} oder {F} as files argument. Einige Applikationen und ihre Kommandos Some applications and their commands ======================================= Applikation ARexx-Port Startkommando Ladekommando application arexx-port startcommand loadcommand Photogenics PHOTOGENICS.1 PGSTOFRONT LOAD PPaint PPAINT SCREENTOFRONT "LOAD FORCE NOSTRETCH" "LOAD FORCE STRETCH" oder/or "LOAD FORCE" TurboCalc TCALC FENSTERAKTIVIEREN LADEN {f} Voyager VOYAGER OPENURL file:///{file} If you have something to add to this table please email me. Wenn Du der Tabelle etwas hinzufügen hast, dann emaile mir bitte. History ======= 1.0 10.5.97 first version 1.1 10.5.97 uses ReadArgs() from rexxdossupport.library 1.2 10.5.97 added table of common applications 1.3 10.5.97 now CurrentDir()s into the applications directory... (for Wordworth... but with Wordworth it doesnt work anyway) 1.4 16.8.97 separated documentation from the script first AmiNet release