Page 2 of 2

Re: New disabled player - difficulty using keys to move

Posted: Tue Jan 07, 2020 8:32 pm
by Ranger_Aurelien
5thHorseman wrote:
Thu Jan 17, 2019 7:34 am

Code: Select all

call c:\util\factorio_autohotkey.bat
c:\programs\factorio\factorio.exe
Note you "call" batch files, but just type exe's like you would at the dos prompt. Because Windows.
If you don't "call" a sub-batch file, you transfer control to the new batch file and never return to the first one (most useful when using IF statements).

Re: New disabled player - difficulty using keys to move

Posted: Wed Jan 08, 2020 12:06 am
by 5thHorseman
Ranger_Aurelien wrote:
Tue Jan 07, 2020 8:32 pm
5thHorseman wrote:
Thu Jan 17, 2019 7:34 am

Code: Select all

call c:\util\factorio_autohotkey.bat
c:\programs\factorio\factorio.exe
Note you "call" batch files, but just type exe's like you would at the dos prompt. Because Windows.
If you don't "call" a sub-batch file, you transfer control to the new batch file and never return to the first one (most useful when using IF statements).
I said that. I just shorted it to "Because Windows"