answersLogoWhite

0


Best Answer

This may be because you have not either installed your java properly or you haven't set the PATH of your java properly or just simply your java is out of date and needs updating.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: My runescape Private server DOS batch file won't open?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a private server on minecraft?

To make a private server, you will need to go to your server.properties file and change it to whitelist true.


Is it possible to play a runescape private server without downloading anything?

Some of them have web-clients, but most of the time you will have to have winrar and download a file... here are a couple that have web-clients. dfscape.com ritzscape.com unrealscape.com


What is the extension of batch file?

the extension of a batch file is ".bat"


Can a file with a weird extension but with batch file code be read using another batch file?

Nope, the format of a file is a vital part of a successful batch file. Even if a file with an unknown file format contains working batch file code in it, a batch file will still not be able to read it because of its foreign file extension. If you want the batch file to be able to read the foreign file, then you can set it to rename the mutated file to .bat format and then read it for it to work. Example: @Echo off REN File.Foreign File.bat CALL File.bat exit


What is a batch file?

A batch file is the text file that contains a series of commands that MS-DOS carries out. A batch file is created by COPY CON command after specifying a file name by using extension as .BAT in DOS mode.


How do you extract code from batch file?

You can just open the batch file with notepad and look at the code


Is there any batch file editor to create batch file without learning syntax?

You can't download a program that makes a batch file to do what you want to do. You will need to legally learn about hacking, and then write the file yourself.


How do you force equip an item on a runescape private server?

I'm guessing you mean remove the level requirement? When you people ask this stuff you need to give more details about it, in a 508 there is a file ItemEquip.java where you can just remove a couple lines of code and then you equip anything


A file with a bat file extension is called an what?

A batch file.


How do you change home on runescape private server?

You first go into the location of your server then open the file Player.java (shown as Player) and then do the key command ctrl+f and find the starting coordinates (eg. 3222, 3218; shown as toX = 3222;toY = 3218; or asteleportToX = 3222;teleportToY = 3218;) and then you can change the coordinates to whatever you want.


What is Batch File Maker?

you can use notepad for creating a batch file. just when you save the file that you made, add .bat as a file extension. like this: "sample.bat".


What do you call a little program made from batch file?

A Batch Script