View Single Post
Old 10-12-2016, 09:51 PM   #2
NextLevel
Human being with feelings
 
Join Date: Dec 2014
Posts: 417
Default

Using lua you can do something like this;

So if for example your third party app happened to be AutoHotkey you could write an ahk script to reposition the windows and then execute it from within a lua script using something similar to the line below.
Pay attention to the use of the single quotes and double quotes surrounding the path or it might not execute.

os.execute('"C:/folder/your_file_to be_executed.ahk"')
NextLevel is offline   Reply With Quote