• Welcome to ForumKorner!
    Join today and become a part of the community.

[TuT] Rsbot.org "Play.BAT" Not showing up FIX

Atrain

Active Member
Reputation
0
Not mine again but it is helpful.

First Do this ::

RSBotting;3650119 said:
If your 'Play.bat' is not showing up in your SVN folder, just follow these steps:

1. Open up NotePad.

2. Copy and paste this into NotePad:

Code:
@ECHO OFF
SET dist=data\RSBot.jar
 
IF NOT EXIST "%dist%" CALL Compile.bat
 
START /BELOWNORMAL javaw -classpath "%dist%" org.rsbot.Application
3. Click File > Save As.

4. Find your SVN RSBot folder, and save the file as 'Play.bat'.

5. Open up your SVN RSBot folder, click 'Compile.bat'.

6. Once compiled, go ahead and press 'Play.bat'

You're welcome. :D




Then follow this video if you are having issues.

http://www.youtube.com/watch?v=YRVSub--npU
 
Top