Thread: Making compiler.bat a .exe how?

Results 1 to 8 of 8
  1. #1 Making compiler.bat a .exe how? 
    Registered Member
    Join Date
    Jan 2009
    Posts
    138
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    Fixed.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Apr 2009
    Posts
    675
    Thanks given
    707
    Thanks received
    32
    Rep Power
    1131
    Woops, disregard this post l0l anyways if you ever want to make a .Bat Compiler here -
    Code:
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_14\bin\javac.exe" *.java
    pause
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2009
    Posts
    2,178
    Thanks given
    135
    Thanks received
    158
    Rep Power
    0
    lol, somebody doesn't read topic ^ Fail
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Apr 2009
    Posts
    675
    Thanks given
    707
    Thanks received
    32
    Rep Power
    1131
    Quote Originally Posted by h y b r i d z View Post
    lol, somebody doesn't read topic ^ Fail
    Smd.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2009
    Posts
    138
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    Quote Originally Posted by K0 pur3 View Post
    Woops, disregard this post l0l anyways if you ever want to make a .Bat Compiler here -
    Code:
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_14\bin\javac.exe" *.java
    pause
    iwant a .exe compiler o.O

    .bat every serer got it
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    May 2009
    Posts
    303
    Thanks given
    0
    Thanks received
    4
    Rep Power
    341
    compile your server on your computer,

    only run it on the dedi,
    the offical release of oblivion pk had a run.exe in it but I wouldnt trust it 100%
    thiefmn6092 has not made any friends yet
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2009
    Posts
    138
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    Quote Originally Posted by Aoife View Post
    compile your server on your computer,

    only run it on the dedi,
    the offical release of oblivion pk had a run.exe in it but I wouldnt trust it 100%
    no need run.exe
    need compile.exe



    And then i have to upload it to speedyshare again and send ect.
    it is much work
    Reply With Quote  
     

  8. #8  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    You can run basic command line in c#/c++ also if you are using windows, you may use run>cmd>cd directory>-d ./bin ./*.java

    or w.e your compiler code is at end
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •