@Daniel
Quote:
1) How do ccan I change myX11Setup to english as the options on mine are in german?
I guess, there is something wrong with your installation. Normally the english catalog is installed by default. It should be located in "Cygnix:Catalogs/english" (myX11Setup.catalog) and the program "myX11Setup" should be in "Cygnix:". When the program is moved to an other place, it cannot find the catalog.
Quote:
2) Is it possible to start an AmiCynix program form a DefIcon, e.g. when double clicking on a Worddoc it would open in AbiWord?
Yes, it is possible, but it is a little bit tricky. Reason: AmiCygnix programs can only handle Unix style paths, DefIcons uses of course Amiga style paths.
AmiCygnix contains a command for translating paths. You could use this script for opening Word documents with AbiWord:
;
; $VER: Start_abiword_DefIcons.bat 1.0 ? 30.09.2010 Edgar Schwan
;
.bra {
.ket }
.key FILE/A
Cygnix:Software/AbiWord-2.6/Start_abiword.bat `Cygnix:CygnixPPC/bin/amiga2unixpath {FILE}`Download:
Start_abiword_DefIcons.batI suggest to store this script to "Cygnix:Software/AbiWord-2.6". Then create a project icon in "Sys:Prefs/Env-Archive/Sys" called "def_worddoc.info" and set "Cygnix:Software/AbiWord-2.6/Start_Abiword_DefIcons.bat" as the default tool and select "start with Shell".