Aceguy Posted August 10, 2008 Posted August 10, 2008 (edited) this is my prog.http://www.autoitscript.com/forum/index.php?showtopic=77614but i have a problem that its runs the prog ok, but with no error but, well, its like not running it properly, some exe's run good, but some dont.youll have hto try my prog, to discover the problem.i have Bioshock installed.. but when i ShellExecute("C:\Program Files (x86)\2K Games\BioShock\Builds\Release\Bioshock.exe") i get the error, Bioshock.exe has stopped working Edited August 10, 2008 by Aceguy [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
Aceguy Posted August 10, 2008 Author Posted August 10, 2008 forgot to add, yes that is the correct location of the exe. [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
monoceres Posted August 10, 2008 Posted August 10, 2008 You need to specify the working dir to the same directory that bioshock is installed in. I also have it installed and it worked great when I did. And BTW, isn't bioshock one of the greatest game ever? Broken link? PM me and I'll send you the file!
Aceguy Posted August 10, 2008 Author Posted August 10, 2008 yea tis v good..... (damn scary at times) so you saying it need to be ShellExecute("C:\Program Files (x86)\2K Games\BioShock\Builds\Release\Bioshock.exe","","C:\Program Files (x86)\2K Games\BioShock\Builds\Release\Bioshock.exe") but that doesnt work too [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
monoceres Posted August 10, 2008 Posted August 10, 2008 yea tis v good..... (damn scary at times) so you saying it need to be ShellExecute("C:\Program Files (x86)\2K Games\BioShock\Builds\Release\Bioshock.exe","","C:\Program Files (x86)\2K Games\BioShock\Builds\Release\Bioshock.exe") but that doesnt work too No, Like this: ShellExecute("C:\Program Files (x86)\2K Games\BioShock\Builds\Release\Bioshock.exe","","C:\Program Files (x86)\2K Games\BioShock\Builds\Release\") Broken link? PM me and I'll send you the file!
Aceguy Posted August 10, 2008 Author Posted August 10, 2008 PERFECT! thanks VM [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now