Mystic Akito
:D
I only did this for the Noobs but. First we start off by doing this:
@echo off
We do this in order to get that annoying Blinking line out of there.
Now we add on by using an exe file. in this case:
@echo off
srb2win.exe
This will make the Batch file run. Now time for addons. If you want to make it into openGL, just do this.
@echo off
srb2win.exe -openGL
You can also add files!
@echo off
srb2win.exe -file (Filename)Space(Filename)Etc.
And thats how you make a Batch file. OH WAIT! you need to do this also
<Filename>.Bat
@echo off
We do this in order to get that annoying Blinking line out of there.
Now we add on by using an exe file. in this case:
@echo off
srb2win.exe
This will make the Batch file run. Now time for addons. If you want to make it into openGL, just do this.
@echo off
srb2win.exe -openGL
You can also add files!
@echo off
srb2win.exe -file (Filename)Space(Filename)Etc.
And thats how you make a Batch file. OH WAIT! you need to do this also
<Filename>.Bat