Is possible to modify ?
My problem is simple.
If I put a link in my CRM Goldmine 5.5 don't find the launcher.ini. curiosly don't happen when launched with PowerTray from lopesoft.com.
Example :
Y:\PORTABLES\Personaliza pc\menuak.ahk\menuak.ahk
When I execute don't read the launcher.ini. Reads the standard one because don't find the corresponding in the same folder.
Y:\PORTABLES\Personaliza pc\menuak.ahk\launcher.ini
I have tried to solve this problem with a bat file, but the result is not good because I don't know how to close the cmd window while I am executing the script.
So. I would like to obtain a menuak.ahk able to find the launcher.ini in the same folder where the .ahk file is.
The initial code is :
Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
if !numRows if !numCols Loop % numRows*numCols { } Edit1:=1 Butt1:=1 { Title:=Title%Index% Edit%Index%:=Index Butt%Index%:=Index } Run: tpp:= % "Path" %A_GuiControl% Run % %tpp% Edit: Gui +Disabled cIndex:=%A_GuiControl% FileSelect:=cIndex FileSelect: Gui +OwnDialogs FileSelectFile, Path%cIndex%, 3, %A_ProgramFiles%, Select program to run with button ?%cIndex%, Programs(*.exe;*.lnk;*.bat) 2GuiClose: SelOk: Path%cIndex%:=SelPath Title%cIndex%:=SelTitle
and the launcher.ini contains the configuration
[General]
numRows=5
numCols=2
[Titles]
Title1=Carpetas expediente
Title2=Traspaso Gestión MGD
Title3=Creación Goldmine
Title4=Procedimientos Proyecto
Title5=Procedimientos Informáticos
Title6=Procedimientos Comunes
Title7=Generar orden de trabajo
Title8=Lanzar una carpeta
Title9=Lanzar una web
Title10=Lanzar Goldmine
[Paths]
Path1=Y:\GABINETE\PROYECTOS\Listas.exe
Path2=ERROR
Path3=ERROR
Path4=ERROR
Path5=ERROR
Path6=ERROR
Path7=ERROR
Path8=Y:\PORTABLES\Educativos\BabelBox
Path9=http://www.autohotkey.com/forum/viewtopic.php?p=304050#304050
Path10=Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p:
(is a simple example, not real)







Logged










