OK am stupid, or the search does not like me one or another, but I know this as been talked about so many times can some one please point me in the right place
I need to get the true path of the EXE as I use the EXE as a game Launcher and well if I can't get the game right next to it in the same folder well it be little useless lol
Sorry for dragging a old topic up but I have searched it and well got nothing
Just to make it clear I want the EXE's path not the autoplay.exe's path I know I done this before I just can't thing how.
local path = _CommandLineArgs[Table.Count(_CommandLineArgs)];
This didn't work what I read else where.
I need to get the true path of the EXE as I use the EXE as a game Launcher and well if I can't get the game right next to it in the same folder well it be little useless lol
Sorry for dragging a old topic up but I have searched it and well got nothing
Just to make it clear I want the EXE's path not the autoplay.exe's path I know I done this before I just can't thing how.
local path = _CommandLineArgs[Table.Count(_CommandLineArgs)];
This didn't work what I read else where.
Comment