Help with making hamachi Server

Discussion in 'Archives' started by Olan14, Feb 5, 2007.

Help with making hamachi Server
  1. Unread #1 - Feb 5, 2007 at 8:24 PM
  2. Olan14
    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0

    Olan14 Forum Addict

    Help with making hamachi Server

    Uhmm i need help. I am trying to use a PhoneScaoe V2 source and im using the Guide help made. Whemnn it saysd to post that stuff under "Compile", there are 2 compilers. Compiler&Run and Compiler V1.2. please help :confused:
     
  3. Unread #2 - Feb 5, 2007 at 8:25 PM
  4. K!LL3R
    Joined:
    Jan 31, 2007
    Posts:
    54
    Referrals:
    0
    Sythe Gold:
    0

    K!LL3R Member

    Help with making hamachi Server

    ok well do you got MSN or aim or anythign realy and i can help you out ok
     
  5. Unread #3 - Feb 5, 2007 at 9:13 PM
  6. Olan14
    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0

    Olan14 Forum Addict

    Help with making hamachi Server

    i fixed that but im stuck on how i am suppossed to go on =?
     
  7. Unread #4 - Oct 9, 2007 at 5:39 PM
  8. RS2complierMaker
    Referrals:
    0

    RS2complierMaker Guest

    Help with making hamachi Server

    Go On Just by runing ur server then u just go on moparscape or himatachi or silabs or whatever u use then erase any ip that is there but leave the port then dont type anything and log in
    if u want to use my complier here it is
    Just click edit on your complier then crtl A then delete then copy and paste this

    @echo off
    if exist "C:\Program Files (x86)\Java\" set programfiles=C:\Program Files (x86)
    set pr=%programfiles%\Java\
    :co1
    color 0a
    goto co2
    :co2
    color %b%%t%
    :menu
    cls
    title Firekid Compiler Version 1
    echo Choose one so I can get on with my life...
    echo Co owner Sexy Me. rules! Spanish Colers!
    echo Got Skillz? Owner Sexy Me Does!
    echo Complier Made By Co-Owner Sexy Me.
    echo.
    echo c - Compile your server.
    echo r - To Run your server.
    echo e - To exit out of the program.
    echo jar - It will create your server into an executable Jar archive.
    echo color - Change the Text and Backround colors of this compiler.Spanish Colers
    echo reset - Resets Your Firekid Complier Logs.
    echo tut - How to download silabs
    echo command - makes a command
    echo.
    echo.
    echo.
    set /p c=Option:
    if %c%==c goto c
    if %c%==C goto c
    if %c%==r goto r
    if %c%==R goto r
    if %c%==jar goto jar
    if %c%==Jar goto jar
    if %c%==JAR goto jar
    if %c%==color goto color
    if %c%==Color goto color
    if %c%==COLOR goto color
    if %c%==reset goto reset
    if %c%==Reset goto reset
    if %c%==RESET goto reset
    if %c%==e goto e
    if %c%==E goto e
    if %c%==* goto er
    if %c%==tut goto r7
    if %c%==Tut goto r7
    if %c%==TUT goto r7
    if %c%==command goto command
    if %c%==Command goto command
    if %c%==COMMAND goto command
    goto er
    :jar
    title Jar Creator
    cls
    echo What will be the name of the Jar file?
    echo.
    set /p name=Name:
    if exist *.class (del *.class)
    set pro=%pr%jdk1.5.0
    set pro2=%pr%jdk1.6.0_02
    set jav=bin\javac.exe
    set go=jar2
    goto cj
    :jar2
    %java% -cp . *java
    echo Manifest-Version: 1.0 >> manifest
    echo Created-By: 1.5.0_04 (Sun Microsystems Inc.) >> manifest
    echo Main-Class: server >> manifest
    set pro=%pr%jdk1.5.0
    set pro2=%pr%jdk1.6.0_02
    set jav=bin\jar.exe
    set go=jar3
    goto cj
    :jar3
    if not exist *.class (goto jre)
    %java% -cvfm %name%.jar manifest *.class
    del run.bat
    del manifest
    del *.class
    goto jl
    :jar4
    set pro=%pr%jre1.5.0
    set pro2=%pr%jre1.6.0_02
    set jav=bin\java.exe
    set go=jar5
    goto cj
    :jar5
    echo @echo off >> run.bat
    echo title %name% >> run.bat
    echo %java% -cp .;%name%.jar server >> run.bat
    echo pause >> run.bat
    cls
    echo %name% Jar file successfully made. The runserver.bat will
    echo now load the Jar file. If you have any errors while runnning
    echo the Jar file, please post about it in Mod Taharok's 'Perfect
    echo Compiler' topic on MoparScape.Oh and the Firekid Server Ownz
    pause
    goto menu
    set
    :color
    cls
    echo Would you like to change the backround color, change
    echo the text color, or reset it to default?
    echo.
    echo back - Change the backround color.
    echo text - Change the text color.
    echo def - Change all colors back to default.
    echo
    echo.
    set /p color=Option:
    if %color%==back goto back
    if %color%==BACK goto back
    if %color%==text goto text
    if %color%==TEXT goto text
    if %color%==def goto co1
    if %color%==DEF goto co1
    if %color%==* goto er
    goto er
    :back
    cls
    echo Please select a color to change the backround to:
    echo Spanish Translations!
    echo.
    echo black - negro
    echo white - blanco
    echo red - rojo
    echo yellow - amarillo
    echo green - verde
    echo blue - azul
    echo purple - morado
    echo English Spanish
    echo.
    set /p back=Color:
    if %back%== black (set t=0)
    if %back%== white (set t=7)
    if %back%== red (set t=4)
    if %back%== yellow (set t=6)
    if %back%== green (set t=2)
    if %back%== blue (set t=1)
    if %back%== purple (set t=5)
    if %back%== negro (set t=0)
    if %back%== blanco (set t=7)
    if %back%== rojo (set t=4)
    if %back%== amarillo (set t=6)
    if %back%== verde (set t=2)
    if %back%== azul (set t=1)
    if %back%== morado (set t=5)
    goto co2
    :text
    cls
    echo Please select a color to change the text to:
    echo.
    echo black - negro
    echo white - blanco
    echo red - rojo
    echo yellow - amarillo
    echo green - verde
    echo blue - azul
    echo purple - morado
    echo English Spanish
    echo.
    set /p back=Color:
    if %back%== black (set b=0)
    if %back%== white (set b=7)
    if %back%== red (set b=4)
    if %back%== yellow (set b=6)
    if %back%== green (set b=2)
    if %back%== blue (set b=1)
    if %back%== purple (set b=5)
    if %back%== negro (set b=0)
    if %back%== blanco (set b=7)
    if %back%== rojo (set b=4)
    if %back%== amarillo (set b=6)
    if %back%== verde (set b=2)
    if %back%== azul (set b=1)
    if %back%== morado (set b=5)
    goto co2
    :c
    cls
    title Firekid Compiler
    set pro=%pr%jdk1.5.0
    set pro2=%pr%jdk1.6.0_02
    set jav=bin\javac.exe
    set go=c2
    goto cj
    :c2
    if exist src (goto cl) else (goto c3)
    :c3
    if exist *.java (goto cl2) else (goto ce)
    :c4
    %java% -cp . *.java
    echo Files Compiled Successfully!
    echo Thank You for using Firekid Complier V1
    pause
    cls
    goto menu
    :c5
    %java% -cp . .\src\*.java
    echo Files Compiled Successfully!
    echo Thank You for using Firekid Complier V1!
    pause
    move .\src\*.class .\classes\
    cls
    goto menu
    :ce
    cls
    echo You must have JDK Java Files for this Compiler to Compile.
    echo GET JDK Update GET A TUT!
    pause
    cls
    goto menu
    :r
    cls
    title Run
    set pro=%pr%jre1.5.0
    set pro2=%pr%jre1.6.0_02
    set jav=bin\java.exe
    set go=r2
    goto cj
    :r2
    set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
    cls
    goto r3
    :r3
    if exist .\classes\server.class (goto sl2) else (goto r4)
    :r4
    if exist .\server.class (goto sl) else (goto se)
    :r5
    %rjava%
    :r6
    set rjava=
    set rjava=%java% -cp .;./classes; Server
    %rjava%
    :r7
    echo Tutorial Was made by Sexy Me. Co-owner
    echo.
    echo How to download silabs
    echo You need These supplies
    echo Win RAR
    echo A Computer (Duh)
    echo Working Internet Connection
    echo Internet Browser
    echo Ok First, you need Win RAR most of you dont have.
    echo HERE is a Download Link
    echo http://www.rarlab.com/download.htm
    echo Click the first version on the list
    echo now you need silabs
    echo they removed link to download silabs
    echo find it buy searching on the web
    echo or going to the moparscape formus download section and press v4
    echo if you dont feel like downloading silabs go to this site
    echo http://client.silabsoft.org/
    echo thats my tut hope u liked it!
    pause
    cls
    goto menu
    :se
    cls
    title Error
    echo You do not have a Server.class. Make sure that you have used the
    echo compiler with your server BEFORE you try runing it.
    pause
    cls
    goto menu
    :er
    cls
    title Error
    echo Type it right...
    pause
    cls
    goto menu
    :e
    cls
    exit
    :cj
    if exist "%pro2%_01\%jav%" (goto sj)
    if exist "%pro2%\%jav%" (goto sj2)
    if exist "%pro%_10\%jav%" (goto sj3)
    if exist "%pro%_09\%jav%" (goto sj4)
    if exist "%pro%_08\%jav%" (goto sj5)
    if exist "%pro%_07\%jav%" (goto sj6)
    if exist "%pro%_06\%jav%" (goto sj7)
    if exist "%pro%_05\%jav%" (goto sj8)
    if exist "%pro%_04\%jav%" (goto sj9)
    if exist "%pro%_03\%jav%" (goto sj10)
    if exist "%pro%_02\%jav%" (goto sj11)
    if exist "%pro%_01\%jav%" (goto sj12)
    if exist "%pro%\%jav%" (goto sj13) else (goto je)
    :sj
    set java="%pro2%_01\%jav%"
    goto %go%
    :sj2
    set java="%pro2%\%jav%"
    goto %go%
    :sj3
    set java="%pro%_10\%jav%"
    goto %go%
    :sj4
    set java="%pro%_09\%jav%"
    goto %go%
    :sj5
    set java="%pro%_08\%jav%"
    goto %go%
    :sj6
    set java="%pro%_07\%jav%"
    goto %go%
    :sj7
    set java="%pro%_06\%jav%"
    goto %go%
    :sj8
    set java="%pro%_05\%jav%"
    goto %go%
    :sj9
    set java="%pro%_04\%jav%"
    goto %go%
    :sj10
    set java="%pro%_03\%jav%"
    goto %go%
    :sj11
    set java="%pro%_02\%jav%"
    goto %go%
    :sj12
    set java="%pro%_01\%jav%"
    goto %go%
    :sj13
    set java="%pro%\%jav%"
    goto %go%
    :je
    cls
    title Error
    echo You do not have JDK 5.0 or JDK 6.0 or any JDK 5.0 and 6.0 updates.
    echo Go to Mod Taharok's tutorial on the Moparscape Tuturoials section
    echo for step-by-step instructions to download the newest JDK Update.
    pause
    cls
    goto menu
    :sl
    cls
    echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
    echo Server was run using %java%. >> "Compile Logs.txt"
    echo Thank you for using Firekid Complier V1 >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto r5
    :sl2
    cls
    echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
    echo Server was run using %java%. >> "Compile Logs.txt"
    echo Thank you for using Firekid Complier V1 >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto r6
    :cl
    cls
    echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
    echo Java files were compiled using %java%. >> "Compile Logs.txt"
    echo Thank you for using Firekid Complier V1 >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto c5
    :cl2
    cls
    echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
    echo Java files were compiled using %java%. >> "Compile Logs.txt"
    echo Thank you for using Firekid Complier V1 >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto c4
    :jl
    cls
    echo %name% Jar file created at %time% and on %date%. >> "Compile Logs.txt"
    echo Jar file was created using %java%. >> "Compile Logs.txt"
    echo Thank you for using Firekid Complier V1 >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto jar4
    :reset
    cls
    echo Please wait well Firekid Complier
    echo Restarts The logs...
    pause
    del "Compile Logs.txt"
    :command
    @echo off
    :index
    bold
    set voi=commands.txt
    set dir=.\
    if exist .\sources set dir=.\sources\
    if exist .\Sources set dir=.\Sources\
    set code=
    set code1=
    set code2=
    set code3=
    set code4=
    set code5=
    set code6=
    set code7=
    set code8=
    set code9=
    set code10=
    cls
    title Command Maker
    echo start - Start making the command.
    echo exit - Leave the Code Generator.
    echo.
    echo.
    set /p opt=Option:
    if %opt%==start goto step1a
    if %opt%==Start goto step1a
    if %opt%==START goto step1a
    if %opt%==exit goto end
    if %opt%==Exit goto end
    if %opt%==EXIT goto end
    if %opt%==* goto er
    goto er
    :er
    title Command maker - Error!
    cls
    echo Unrecognized command. Make sure you are spelling
    echo the commands correctly.
    pause
    goto index
    :er2
    title Command maker - Error!
    cls
    echo You do not have commands.txt. Would you like to
    echo create it now?
    echo.
    echo.
    set /p yn=(Y/N)?
    if %yn%==y goto y
    if %yn%==Y goto y
    if %yn%==yes goto y
    if %yn%==Yes goto y
    if %yn%==YES goto y
    if %yn%==n goto n
    if %yn%==N goto n
    if %yn%==no goto n
    if %yn%==No goto n
    if %yn%==NO goto n
    if %yn%==* goto er
    goto er
    :y
    echo //made by command maker >> %dir%%voi%
    echo. >> %dir%%voi%
    echo import java.io.*; >> %dir%%voi%
    echo import java.util.StringTokenizer; >> %dir%%voi%
    echo import java.util.Calendar; >> %dir%commands.txt
    echo import java.util.GregorianCalendar; >> %dir%%voi%
    echo. >> %dir%%voi%
    goto step1
    :n
    cls
    echo You can not continue until you have commands.txt.
    pause
    goto intro
    :end
    goto menu
    set
    cls
    :step1
    cls
    title Command maker - Step 1
    if not exist %dir%%voi% (goto er2) else (goto step1a)
    if not exist %dir%%voi% (goto er2) else (goto step1a)
    if not exist %dir%%voi% (goto er2) else (goto step1a)
    :step1a
    cls
    title Command maker - Step 2
    set /p name=What is the name of the command?
    :step1b
    echo Now select which features you would like.
    echo all - teleport, additem and sendmessage
    echo sel1 - teleport and additem
    echo sel2 - additem and sendmessage
    echo sel3 - teleport and sendmessage
    set /p opt3=Option:
    if %opt3%==all goto step1g
    if %opt3%==All goto step1g
    if %opt3%==ALL goto step1g
    if %opt3%==sel1 goto stepsel1g
    if %opt3%==Sel1 goto stepsel1g
    if %opt3%==SEL1 goto stepsel1g
    if %opt3%==sel2 goto stepsel2x
    if %opt3%==Sel2 goto stepsel2x
    if %opt3%==SEL2 goto stepsel2x
    if %opt3%==sel3 goto stepsel3g
    if %opt3%==Sel3 goto stepsel3g
    if %opt3%==SEL3 goto stepsel3g
    if %opt3%==* goto er
    :stepsel1
    cls
    title Command maker - Step 3
    echo Now install the features one by one starting with tele
    echo item - (second)Adds additem to your command
    echo tele - (first)Adds teleto to your command
    echo finish - Finalizes the command.
    echo.
    echo.
    set /p opt3=Option:
    if %opt3%==finish goto step1e
    if %opt3%==Finish goto step1e
    if %opt3%==FINISH goto step1e
    if %opt3%==item goto stepsel1x
    if %opt3%==Item goto stepsel1x
    if %opt3%==ITEM goto stepsel1x
    if %opt3%==tele goto stepsel1g
    if %opt3%==Tele goto stepsel1g
    if %opt3%==TELE goto stepsel1g
    if %opt3%==* goto er
    goto er
    :stepsel2
    cls
    title Command maker - Step 3
    echo Now install the features one by one starting with additem
    echo message - (second)Adds a sendMessage to your command.
    echo item - (first)Adds additem to your command
    echo finish - Finalizes the command.
    echo.
    echo.
    set /p opt3=Option:
    if %opt3%==message goto stepsel2d
    if %opt3%==Message goto stepsel2d
    if %opt3%==MESSAGE goto stepsel2d
    if %opt3%==finish goto step1e
    if %opt3%==Finish goto step1e
    if %opt3%==FINISH goto step1e
    if %opt3%==item goto stepsel2x
    if %opt3%==Item goto stepsel2x
    if %opt3%==ITEM goto stepsel2x
    if %opt3%==* goto er
    goto er
    :stepall
    cls
    title Command maker - Step 3
    echo Now install the features one by one starting with tele
    echo message - (third)Adds a sendMessage to your command.
    echo item - (second)Adds additem to your command
    echo tele - (first)Adds teleto to your command
    echo finish - Finalizes the command.
    echo.
    echo.
    set /p opt3=Option:
    if %opt3%==message goto step1d
    if %opt3%==Message goto step1d
    if %opt3%==MESSAGE goto step1d
    if %opt3%==finish goto step1e
    if %opt3%==Finish goto step1e
    if %opt3%==FINISH goto step1e
    if %opt3%==item goto step1x
    if %opt3%==Item goto step1x
    if %opt3%==ITEM goto step1x
    if %opt3%==tele goto step1g
    if %opt3%==Tele goto step1g
    if %opt3%==TELE goto step1g
    if %opt3%==* goto er
    goto er
    :stepsel3
    cls
    title Command maker - Step 3
    echo Now install the features one by one starting with tele
    echo message - (second)Adds a sendMessage to your command.
    echo tele - (first)Adds teleto to your command
    echo finish - Finalizes the command.
    echo.
    echo.
    set /p opt3=Option:
    if %opt3%==message goto stepsel3d
    if %opt3%==Message goto stepsel3d
    if %opt3%==MESSAGE goto stepsel3d
    if %opt3%==finish goto step1e
    if %opt3%==Finish goto step1e
    if %opt3%==FINISH goto step1e
    if %opt3%==tele goto stepsel3g
    if %opt3%==Tele goto stepsel3g
    if %opt3%==TELE goto stepsel3g
    if %opt3%==* goto er
    goto er
    :stepsel1x
    cls
    title Command maker - Step 5
    set /p mess=What item number/how much do you want? eg: 995, 2000000000 for 2billion gp:
    set item=addItem(%mess%);
    goto stepsel1f
    :step1x
    cls
    title Command maker - Step 5
    set /p mess=What item number/how much do you want? eg: 995, 2000000000 for 2billion gp:
    set item=addItem(%mess%);
    goto step1d

    :stepsel2x
    cls
    title Command maker - Step 5
    set /p mess=What item number/how much do you want? eg: 995, 2000000000 for 2billion gp:
    set item=addItem(%mess%);
    goto stepsel2d

    :stepsel2d
    cls
    title Command maker - Step 5
    set /p mess=What do you want the message to say?
    set code=sendMessage("%mess%");
    goto stepsel2f
    :step1d
    cls
    title Command maker - Step 5
    set /p mess=What do you want the message to say?
    set code=sendMessage("%mess%");
    goto step1f
    :step1g
    cls
    title Command maker - Step 5
    set /p mess=teleport x coord:
    set telex=teleportToX = %mess%;
    goto step1z
    :step1z
    cls
    title Command maker - Step 5
    set /p mess=teleport y coord:
    set teley=teleportToY = %mess%;
    goto step1x
    :stepsel3d
    cls
    title Command maker - Step 5
    set /p mess=What do you want the message to say?
    set code=sendMessage("%mess%");
    goto stepsel3f
    :stepsel3g
    cls
    title Command maker - Step 5
    set /p mess=teleport x coord:
    set telex=teleportToX = %mess%;
    goto stepsel3z
    :stepsel3z
    cls
    title Command maker - Step 5
    set /p mess=teleport y coord:
    set teley=teleportToY = %mess%;
    goto stepsel3d
    :stepsel1g
    cls
    title Command maker - Step 5
    set /p mess=teleport x coord:
    set telex=teleportToX = %mess%;
    goto stepsel1z
    :stepsel1z
    cls
    title Command maker - Step 5
    set /p mess=teleport y coord:
    set teley=teleportToY = %mess%;
    goto stepsel1x
    :step1f
    cls
    title Command maker - Generating command
    echo Generating the command and adding it to commands.txt...
    pause
    cls
    if not defined code goto step1fa
    echo if (command.startsWith("%name%")) >> %dir%%voi%
    echo { >> %dir%%voi%
    echo %code% >> %dir%%voi%
    echo %item% >> %dir%%voi% >> %dir%%voi%
    echo %telex% >> %dir%%voi% >> %dir%%voi%
    echo %teley% >> %dir%%voi% >> %dir%%voi%
    echo } >> %dir%%voi%
    echo. >> %dir%%voi%
    goto step1g
    :stepsel3f
    cls
    title Command maker - Generating command
    echo Generating the command and adding it to commands.txt...
    pause
    cls
    if not defined code goto step1fa
    echo if (command.startsWith("%name%")) >> %dir%%voi%
    echo { >> %dir%%voi%
    echo %code% >> %dir%%voi%
    echo %telex% >> %dir%%voi% >> %dir%%voi%
    echo %teley% >> %dir%%voi% >> %dir%%voi%
    echo } >> %dir%%voi%
    echo. >> %dir%%voi%
    goto step1g
    :stepsel2f
    cls
    title Command maker - Generating command
    echo Generating the command and adding it to commands.txt...
    pause
    cls
    if not defined code goto step1fa
    echo if (command.startsWith("%name%")) >> %dir%%voi%
    echo { >> %dir%%voi%
    echo %code% >> %dir%%voi%
    echo %item% >> %dir%%voi% >> %dir%%voi%
    echo } >> %dir%%voi%
    echo. >> %dir%%voi%
    goto step1g
    :stepsel1f
    cls
    title Command maker - Generating command
    echo Generating the command and adding it to commands.txt...
    pause
    cls
    echo if (command.startsWith("%name%")) >> %dir%%voi%
    echo { >> %dir%%voi%
    echo %item% >> %dir%%voi% >> %dir%%voi%
    echo %telex% >> %dir%%voi% >> %dir%%voi%
    echo %teley% >> %dir%%voi% >> %dir%%voi%
    echo } >> %dir%%voi%
    echo. >> %dir%%voi%
    goto step1g
    :step1fa
    if %nummess% GEQ 2 goto step1fb
    echo if (command.startsWith("%name%")) >> %dir%%voi%
    echo { >> %dir%%voi%
    echo } >> %dir%%voi%
    echo. >> %dir%%voi%
    goto step1g

    :step1fc
    echo } >> %dir%%voi%
    echo. >> %dir%%voi%
    :step1g
    cls
    title Command maker - Command Created Successfully!
    echo The command was created and added to commands.txt
    goto menu
    set
    cls
    goto er
    :count
    TITLE Command Counter
    java commandcounter
    echo For more info on how to use this go to http://moparscapev2.co.nr and read admin_moparscapev2's tutorial on useing this
    pause
    goto menu
    set
    cls
    :jar
    title Jar Creator
    cls
    echo What will be the name of the Jar file?
    echo.
    set /p name=Name:
    if exist *.class (del *.class)
    set pro=%pr%jdk1.5.0
    set pro2=%pr%jdk1.6.0
    set jav=bin\javac.exe
    set go=jar2
    goto cj
    :jar2
    %java% -cp . *java
    echo Manifest-Version: 1.0 >> manifest
    echo Created-By: 1.5.0_04 (Sun Microsystems Inc.) >> manifest
    echo Main-Class: server >> manifest
    set pro=%pr%jdk1.5.0
    set pro2=%pr%jdk1.6.0
    set jav=bin\jar.exe
    set go=jar3
    goto cj
    :jar3
    if not exist *.class (goto jre)
    %java% -cvfm %name%.jar manifest *.class
    del runserver.bat
    del manifest
    del *.class
    goto jl
    :jar4
    set pro=%pr%jre1.5.0
    set pro2=%pr%jre1.6.0
    set jav=bin\java.exe
    set go=jar5
    goto cj
    :jar5
    echo @echo off >> runserver.bat
    echo title %name% >> runserver.bat
    echo %java% -cp .;%name%.jar server >> runserver.bat
    echo pause >> runserver.bat
    cls
    echo %name% Jar file successfully made. The runserver.bat will
    echo now load the Jar file. If you have any errors while runnning
    pause
    goto menu
    set
    goto menu
     
< !~!~buying 75m $4.50 Each~!~! | torsoing 1m! mim trusted >

Users viewing this thread
1 guest


 
 
Adblock breaks this site