Page 1 of 1

scite4AHK portable issues

Posted: 19 Jan 2024, 03:41
by rotamotua
Has any one been able to re-configure the portable version of Scite4Ahk so that the files are well organized without interfering the Environment Variables of OS ?

i would like to achieve a general folder structure of :

a general idea of organization would be :

|---scite.exe
|---settings
|-------all properties files here.
|----ahk
|-------- all ahk executables here : ahkv1a.exe, ahkv1u.exe, ahkv232.exe, ahkv264.exe
|----gitSources_or_executables
|--------- helpful libraries to call, that can be shown in toolbars like :
|----------- ahk2exe, windowspy, autogui,

I was modifying the properties and platform files even though it says DO NOT EDIT on header. It was working to a point and after that the executable (scite.exe, V 3.1.0) does not run. Editing the properties should not cause this behavior, but I doubt scite4ahk is trying to read settings from some other place.

Re: scite4AHK portable issues

Posted: 13 Feb 2024, 11:47
by pplatinumss
Try
mklink /D "C:\Program Files\AutoHotkey" "D:\MyAHKFolder"