1. This forum is in read-only mode.

Spam Thread Mk. III

Discussion in 'Forum Games, Jokes & Random' started by Reider, Dec 20, 2009.

Thread Status:
Not open for further replies.
  1. Sarra93

    Sarra93 New Member

    hello yoshi
     
  2. light_x_dark

    light_x_dark Well-Known Member

    Daaaaaang...
     
  3. Stanley Richards

    Stanley Richards Well-Known Member

    @ECHO OFF

    SET cc=javac
    SET cflags=
    SET src=src
    SET lib=lib
    SET res=resources
    SET out=bin

    CALL :clean 2>NUL
    CALL "%res%\FindJDK.bat"

    SET lstf=temp.txt
    SET imgdir=%res%\images
    SET manifest=%res%\Manifest.txt
    SET versionfile=.version
    FOR /F %%G IN (%versionfile%) DO SET version=%%G
    SET scripts=scripts
    SET scriptspre=%USERPROFILE%\My Documents\RSBot\Scripts\Precompiled
    SET dist=RSBot.jar
    SET full=1

    IF "%1"=="/S" (
    SET full=0
    GOTO :scripts
    )

    ECHO Compiling bot
    FOR /F "usebackq tokens=*" %%G IN (`DIR /B /S "%src%\*.java"`) DO CALL :append "%%G"
    MKDIR "%out%"
    "%cc%" %cflags% -d "%out%" "@%lstf%" 2>NUL

    :scripts
    ECHO Compiling scripts
    ECHO. > "%scriptspre%\.class"
    DEL /F /Q "%scriptspre%\*.class" > NUL
    "%cc%" %cflags% -cp "%out%" %scripts%\*.java -d "%scriptspre%"
    IF "%full%"=="0" GOTO :end

    :end
    ECHO Compilation successful.
    GOTO :eof

    :append
    SET gx=%1
    SET gx=%gx:\=\\%
    ECHO %gx% >> %lstf%
    GOTO :eof

    :clean
    RD /S /Q bin
    DEL /F /Q scripts\*.class
    GOTO :eof
     
  4. Blade5406

    Blade5406 Well-Known Member

    ugh... any good suggestions on where to download Legends of Dragoon for PSX?
     
  5. nex26

    nex26 Well-Known Member

    http://www.google.com
     
  6. Blade5406

    Blade5406 Well-Known Member

    ugh... not this old shit again
     
  7. nex26

    nex26 Well-Known Member

    HAVE YOU TRIED THE SHARE SECTION?

    EDIT: http://forum.romulation.net/index.php?topic=434.msg2745#msg2745

    THERE YOU GO, THAT WASNT VERY DIFFICULT NOW WAS IT?!
     
  8. Blade5406

    Blade5406 Well-Known Member

    ripping complete... 4 cds

    that took longer than I thought
     
  9. Sarra93

    Sarra93 New Member

    NOTHING IS EASY IN THE CUBE!
     
  10. Stanley Richards

    Stanley Richards Well-Known Member

    I need to gather random strangers and do that dance.
     
  11. nex26

    nex26 Well-Known Member

    hokey cokey?
     
  12. Sarra93

    Sarra93 New Member

    Rah Rah Rah.
    Post Merge: [time]1286370237[/time]
    oh, and

    YER MAW.
     
  13. nex26

    nex26 Well-Known Member

    bawbag.
     
  14. Stanley Richards

    Stanley Richards Well-Known Member

  15. nex26

    nex26 Well-Known Member

    why do pigs taste so good?
     
  16. Stanley Richards

    Stanley Richards Well-Known Member

    The same reason why Cheese tastes so good.
     
  17. yoshi2889

    yoshi2889 Well-Known Member

    Why is Wine so slooooowwwww....?
     
  18. light_x_dark

    light_x_dark Well-Known Member

    Well you don't need to wine about it. /bad pun
     
  19. nex26

    nex26 Well-Known Member

    wut... cheese is made to taste good, whereas a pig is a pig.
     
  20. Stanley Richards

    Stanley Richards Well-Known Member

    Yes... you MAKE the pigs taste good, by cooking. Unless you meant raw pigs.
     
Thread Status:
Not open for further replies.