#1
|
|||
|
|||
Creating a luncher
I have a game which has 5 exe file in different folder. how to make a luncher or something so that i don't have to create 5 shortcut on desktop.So i can open the luncher and select the exe or name of the game to open .
Thank you |
Sponsored Links |
#2
|
|||
|
|||
Use autorun creator programs
__________________
NOT AVAILABLE |
#3
|
|||
|
|||
How to create autoran which can open 5 different exe file as user choice?
|
#4
|
|||
|
|||
If you tell me the name of the game and give me other informations , I can create a launcher for you.
|
#5
|
|||
|
|||
ok the game is telltale games back to the future ,which has 5 exe in episode 1,episode 2,episode 3 etc folder.
thanks |
#6
|
|||
|
|||
These games does not run from single executable file like other episodic games from Telltale?
|
#7
|
|||
|
|||
Yes this is the only game(from telltale) i have seen which has 5 different executable files other telltale games has 1 executable.
Last edited by bairagyakushal4; 01-04-2017 at 03:40. |
#8
|
|||
|
|||
I need the full name, executable names, folder names where the executables exists etc.
|
#9
|
|||
|
|||
Back to the Future - The Game
Quote:
from telltale Games series. There is 5 folder
Thanks. Last edited by bairagyakushal4; 15-04-2017 at 03:41. |
#10
|
|||
|
|||
-XCX- is not a banned user
__________________
NOT AVAILABLE |
#11
|
|||
|
|||
No one here?
|
#12
|
|||
|
|||
I wrote code myself but its not working, can't seem to fix the error, please help.(Visual Studio 2015)
bandicam 2017-04-14 19-07-42-949.jpg bandicam 2017-04-14 19-07-46-437.jpg Code:
Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click If My.Computer.FileSystem.FileExists("G:\Back to the Future - The Game\Episode 1\BackToTheFuture101.exe") Then Shell("G:\Back to the Future - The Game\Episode 1\BackToTheFuture101.exe") Me.Close() Else MsgBox("File not found!!!", +vbExclamation, "Episode 1") End If End Sub Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click Dim intResponse As Integer intResponse = MsgBox("Are you sure you want to " _ & "Exit?", vbYesNo + vbQuestion + vbDefaultButton2, "Exit?") If intResponse = vbYes Then Me.Close() End If End Sub Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click If My.Computer.FileSystem.FileExists("Episode 2\BackToTheFuture102.exe") Then System.Diagnostics.Process.Start("Episode 2\BackToTheFuture102.exe") Me.Close() Else MsgBox("File not found!!!", +vbExclamation, "Episode 2") End If End Sub Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click If My.Computer.FileSystem.FileExists("Episode 3\BackToTheFuture103.exe") Then System.Diagnostics.Process.Start("Episode 3\BackToTheFuture103.exe") Me.Close() Else MsgBox("File not found!!!", +vbExclamation, "Episode 3") End If End Sub Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click If My.Computer.FileSystem.FileExists("Episode 4\BackToTheFuture104.exe") Then System.Diagnostics.Process.Start("Episode 4\BackToTheFuture104.exe") Me.Close() Else MsgBox("File not found!!!", +vbExclamation, "Episode 4") End If End Sub Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click If My.Computer.FileSystem.FileExists("Episode 5\BackToTheFuture105.exe") Then System.Diagnostics.Process.Start("Episode 5\BackToTheFuture105.exe") Me.Close() Else MsgBox("File not found!!!", +vbExclamation, "Episode 5") End If End Sub End Class |
#13
|
|||
|
|||
Tried using full path /short path till nothing
|
#14
|
|||
|
|||
bairagyakushal4
Inno Setup Compiler |
The Following 2 Users Say Thank You to vint56 For This Useful Post: | ||
bairagyakushal4 (15-04-2017), oltjon (14-04-2017) |
#15
|
|||
|
|||
I am on mobile will check later.
Thanks |
Tags |
code, game, luncher |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating a Memory Card Exploit | Ne0 | PS2 Games | 0 | 08-07-2009 22:24 |
Problem creating KOTOR 2 ISO | congee_33 | XBox Games | 10 | 03-10-2005 02:04 |
Creating a sega server for playing PSO online ? | OrG | DC Games | 1 | 14-02-2004 11:02 |
Creating ISO | wildennis | XBox Games | 12 | 09-02-2004 06:27 |
Creating VCD's using NERO | Nitram | CD/DVD Software & Utilities | 0 | 09-01-2003 09:07 |