Hi,
I have the following problem with FARR. I have files of type *.apl and *.app If I run one of that files it uses the wrong program to open it. In windows the standard programm is TeamDeveloper 6.1. So if I doubleclick the file in windows explorer it uses Teamdeveloper 6.1 to open the file. If I run it by entering abc.apl to farr it uses an old TeamDeveloper 4.1 version.
I already checked if I can find any regex in alias that would explain that, but I cannot find one. I have this behaviour since I added an alias td4 which just runs the teamdeveloper 4 exe with $$1 as param (there is nothing entered in some of the other fields) also I have an alias for the team developer 6 exe with $$1 as param. So if I run the file this way:
abc.apl +td61 it opens the file in the right version. But why doesn't it use the standard windows version if I run it just by abc.apl?
regards, Marco