Post by GreatGazoo » 24 Jan 2018, 03:36
everything was working fine until i tried to use this editor,
deleted my version 1.1.26 and got the new version 1.1.27 and moved everything to program files x86, put scite in the folder to extracted everything
still dont work im getting this error and none of my scripts work anymore, pretty tired pretty frustrated, works fine after "saving as" .AHK but cant quick launch from within the editor, not really big deal but just confused why I'm having this problem, i really dont want to have to keep navigating thru program files i much rather have this stuff in documents folder
>"C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\..\AutoHotkey.exe" /ErrorStdOut "C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\Test.AHK"
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
>Exit code: 1 Time: 0.2089
this is the code its failing on
Code: [Select all] [Expand]GeSHi © Codebox Plus
#Persistent
#SingleInstance, Force
MsgBox, 262193, Welcome, This is just a test!
IfMsgBox, OK
MsgBox,,, You Pressed Ok
else IfMsgBox, Cancel
MsgBox, You Pressed Cancel
return
everything was working fine until i tried to use this editor,
deleted my version 1.1.26 and got the new version 1.1.27 and moved everything to program files x86, put scite in the folder to extracted everything
still dont work im getting this error and none of my scripts work anymore, pretty tired pretty frustrated, works fine after "saving as" .AHK but cant quick launch from within the editor, not really big deal but just confused why I'm having this problem, i really dont want to have to keep navigating thru program files i much rather have this stuff in documents folder
>"C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\..\AutoHotkey.exe" /ErrorStdOut "C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\Test.AHK"
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
>Exit code: 1 Time: 0.2089
this is the code its failing on
[code]
#Persistent
#SingleInstance, Force
MsgBox, 262193, Welcome, This is just a test!
IfMsgBox, OK
MsgBox,,, You Pressed Ok
else IfMsgBox, Cancel
MsgBox, You Pressed Cancel
return
[/code]