Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

My Luancher Auto update

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 10, 2004
Messages
64
Reaction score
3
evildead2004 - My Luancher Auto update - RaGEZONE Forums







it Work..
:D::D::D:
 
Last edited:
Newbie Spellweaver
Joined
Jun 17, 2013
Messages
15
Reaction score
8
Swordsman Online Patcher . :bebored:
I think easy you can use Thor Patcher but can use all games .
example ----->

example.
MgEfnGK - My Luancher Auto update - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 10, 2004
Messages
64
Reaction score
3
Swordsman Online Patcher . :bebored:
I think easy you can use Thor Patcher but can use all games .
example ----->

example.
MgEfnGK - My Luancher Auto update - RaGEZONE Forums
Thor Pacth not work.
it can not run xajh.exe file.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 17, 2013
Messages
15
Reaction score
8
Thor Pacth not work.
it can not run xajh.exe file.

Easy Start xajh.exe !
But you use Thor Pacth not work you can start by Batch File.
example
Open notepad add code and save to Start.bat
----------------------------------------------------
//example code BatchFile
@echo off
start xajh.exe
exit

------------------------
You can use Thor Pacther start game stap by stap.
example stap

Thor Pacther start---> Start.bat ----> xajh.exe

-----------------------
 
Newbie Spellweaver
Joined
Aug 10, 2004
Messages
64
Reaction score
3
Easy Start xajh.exe !
But you use Thor Pacth not work you can start by Batch File.
example
Open notepad add code and save to Start.bat
----------------------------------------------------
//example code BatchFile
@echo off
start xajh.exe
exit

------------------------
You can use Thor Pacther start game stap by stap.
example stap

Thor Pacther start---> Start.bat ----> xajh.exe

-----------------------
But. Luancher Me can run xajh.exe :p:
 
Newbie Spellweaver
Joined
Jun 17, 2013
Messages
15
Reaction score
8
But. Luancher Me can run xajh.exe :p:

Java , Autoit , C++ , Delphi , C# , VB6 , VB.NET all version can make Luancher and run xajh.exe .
But work or not use skill only i exampel Thor Pacther because Thor Pacther have tools make easy .
But you have skill make
application i think you can do.

example code start xajh.exe
---------------------------------------------------------------------------------------
C# code :
private void ButtonStart_Click(object sender, EventArgs e)
{
Process.Start(new ProcessStartInfo("xajh.exe")
{
WorkingDirectory = "bin"
});
base.Close();
}

--------------------------------------------------------------------------------
VB.NET code :
Private Sub ButtonStart_Click(sender As Object, e As EventArgs) Handles ButtonStart.Click
Process.Start(New ProcessStartInfo("xajh.exe") With {.WorkingDirectory = "bin"})
MyBase.Close()
End Sub

----------------------------------------------------------------------------------
 
Status
Not open for further replies.
Back
Top