• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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