How to make a Batch File.

Status
Not open for further replies.
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
 
Okay, I'm actually kinda struggling to grasp what you're actually trying to do here. Are you trying to provide a tutorial? If so you're doing an incredibly bad job of it. It's incredibly hard to read what you're saying.

Batch files have been around a really long time and anyone who doesn't know how they work can figure it out in a couple minutes with a quick Google. For handling SRB2 you could link to the wiki's page on command line parameters, which lists the options for the command line and also both explains a simple batch file use case and links to the Wikipedia article for more information. This kind of thing is what our wiki is for.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top