hello,
I've seem to run into problem, was wondering if you could help.
ok I want to make AutoRun with construct, So I click Sprite and it Executes some file in subdirectory of Construct Made .exe file.
So example
C:\Autorun.exe
C:\Bla\bla.exe
and C can be B or D or whatever letter
I'm using file object execute file command but, it works with full Path
's
Doesn't with "\bla\bla.exe" or "..\bla\bla.exe" is there anyway to make it work like this?