[release] 2x better launchers(must have)

Status
Not open for further replies.
Experienced Elementalist
Joined
Jul 28, 2007
Messages
246
Reaction score
35
a)what his does is simply you click the cmd and walla no pressing key blah blah(really useful if your on the go) also you can make folder inside your start>allprograms and name it startup and put that in there and it should(depending on settings) auto launch upon turning on computer(useful if comp crashes and your computer auto restarts for some odd reason[like mine])
b)well all i really did was just edit it abit but hey it works
ok heres 2 small tuts on how to use these

tut 1
--------
open notepad
paste in
save as:all files
something.bat

tut 2
---------
right click your current bat, edit and clear it all then paste.

moving on... well i'll make 2 versions one is with the text INSIDE of the .bat and another is with the 3 bats zZz

this one is with text inside of the .bat
Code:
color 4c
title OdinMS: activating 0/3
start /b launch_world.bat
title OdinMS: activating 1/3
ping localhost -w 10000 >nul
start /b launch_login.bat >nul
title OdinMS: activating 2/3
ping localhost -w 10000 >nul
start /b launch_channel.bat >nul
title OdinMS: activating 3/3
ping localhost -w 10000 >nul
COLOR 3
title OdinMS: fully active
and this one is for 3 windows(not recommended but hell it's good if your debugging and looking for a problem etc)
Code:
ECHO Starting launch_world.bat
start launch_world.bat
ping localhost -w 10>nul
ECHO Starting launch_login.bat
start launch_login.bat
ping localhost -w 10>nul
ECHO Starting launch_channel.bat
start launch_channel.bat
if you ask me if this works, then you don't even deserve a siggy.
 
Wow very nice :D! But i belive I've seen this in a repack once O_o
Wasnt exactly the same but it was close! Im using right now!
 
Correct me if im wrong, but i think basically what this does is, starts the server up if its not detected on the computer? Or if your computer restarts for no reason.
 
Wow very nice :D! But i belive I've seen this in a repack once O_o
Wasnt exactly the same but it was close! Im using right now!
well i made the first one long ago and infact i made the 3 ones while i was making the thread ROFL
does it work?

Lol, i've seen MANY of those simple .bat launchers, getting tired of them...
yeah sorry bro i just thought i wasnt contributing enough and i thought that it would be nice to have 2 forms in one thread ya know just for Ctrl+B sakes.
needed it long ago:P i finally got rid of those 3 windows XD
Lol good to know it's coming handy for people
Thanks for this, might come in handy.
trust me it will i was almost late for school because my comp crashed but i had it in start up (few) XD
ahh superb XD i lost the old thread that had the all inone bat starter. awesome dude :P
no problem
lol someone already posted a long time ago....
That may be true but i hand made these(their just sooo easy)

also guys i have a mini tut on the start up thing i believe >_>
 
I already launched my bat files on my comp, and my comp is really slow, so I don't feel like testing right now.

Does this run all of the bat files in one window like Spark's space saver launcher?
 
I already launched my bat files on my comp, and my comp is really slow, so I don't feel like testing right now.

Does this run all of the bat files in one window like Spark's space saver launcher?
yeah thats why i made 2 versions next time read.
And you don't even need to freakin test either! cause i only release things that work! holy crap, people these days just have next to no attention span and their all for the release hogging. People treat this place like it's myspace or something but insead of girls we got releases >_>
 
yeah thats why i made 2 versions next time read.
And you don't even need to freakin test either! cause i only release things that work! holy crap, people these days just have next to no attention span and their all for the release hogging. People treat this place like it's myspace or something but insead of girls we got releases >_>
Well, it could still work, but just not in that way.

I'm sorry I didn't read it! It was just such a jumble and unorganized, I didn't feel like it.
 
[sarcasm]Please keep putting GUIDES that should be PUT IN THE GUIDES SECTION NOT THE RELEASE SECTION.[/sarcasm]
Stop putting things here that HAVE been POSTED IN THE GUIDE SECTION, in here
 
lol this is so old. this was back when odin source came out. the first one released was the same thing. then people did not want it to be auto started and started to make the pausing and all. i say much better then this. but if you want it to be like this y not just delete the pause function in the script?
 
Well, it could still work, but just not in that way.

I'm sorry I didn't read it! It was just such a jumble and unorganized, I didn't feel like it.
lol its kay in that case i blame my self Lol.
nice ima try it right now
woot positive feedback
explain plox?
read plox?
[sarcasm]Please keep putting GUIDES that should be PUT IN THE GUIDES SECTION NOT THE RELEASE SECTION.[/sarcasm]
Stop putting things here that HAVE been POSTED IN THE GUIDE SECTION, in here
wtf? hows this a guide its a release of 2 .bats with a mini tutorial in it you twit.
lol this is so old. this was back when odin source came out. the first one released was the same thing. then people did not want it to be auto started and started to make the pausing and all. i say much better then this. but if you want it to be like this y not just delete the pause function in the script?
thats what i did accually O.o and i just thought it would be handy to have 2 of these in the same thread maybe ending all those extra .bat threads people are chit chating about?
 
Wow.. this is just Sparks or w.e made it first "all in one" launcher.. but, he just removed..
Code:
@echo off
title MapleStory: inactive
color 1b
echo MapleStory Launcher
echo    
echo.
echo Ready to execute, press any key
pause >nul
cls

This is just plain stupid.
 
Status
Not open for further replies.
Back