Hi again all.
I just bought an computer with Windows 7 Professional and I´m having problems starting an AutoHotkey script.
I have a line in LFS autoexec that start up an AutoHotkey script, and all this works fine in Windows 8 and 0.6P version of LFS.
Now i tried to do the same in Windows 7, (and 0.6P) and I get a message in LFS that says: autoexec:line 15 - "Parameter is not valid",
and the AddAi script doesnt start up. I can start it manually by doubleclicking the script, so this must be an LFS/Windows 7 issue..??
The line in Windows 8 is : /exec C:\AutoHotkey\AutoHotkey.exe C:\LFS\docs\AddAi.ahk
and this works fine.
The line in Windows 7 is slightly different because Autohotkey is installed in Program Files directory:
/exec C:\Program Files\AutoHotkey\AutoHotkey.exe C:\LFS\docs\AddAi.ahk
Can You give me a hint why this isn´t working?
Thanks
I just bought an computer with Windows 7 Professional and I´m having problems starting an AutoHotkey script.
I have a line in LFS autoexec that start up an AutoHotkey script, and all this works fine in Windows 8 and 0.6P version of LFS.
Now i tried to do the same in Windows 7, (and 0.6P) and I get a message in LFS that says: autoexec:line 15 - "Parameter is not valid",
and the AddAi script doesnt start up. I can start it manually by doubleclicking the script, so this must be an LFS/Windows 7 issue..??
The line in Windows 8 is : /exec C:\AutoHotkey\AutoHotkey.exe C:\LFS\docs\AddAi.ahk
and this works fine.
The line in Windows 7 is slightly different because Autohotkey is installed in Program Files directory:
/exec C:\Program Files\AutoHotkey\AutoHotkey.exe C:\LFS\docs\AddAi.ahk
Can You give me a hint why this isn´t working?
Thanks