Thread: Make Run.bat Close After Clicked? [Bluurr]

Results 1 to 7 of 7
  1. #1 Make Run.bat Close After Clicked? [Bluurr] 
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Hi, I'm wondering how I could get the 'Run.bat' file to close by itself once it's clicked on and the client will still load. I right click on the 'Run.bat' and clicked 'Edit'. I made the text from 'pause' to 'exit' and that did not work.

    Help? Shadow.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    @echo off
    start java (stoof here)

    that's it...
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2009
    Posts
    554
    Thanks given
    7
    Thanks received
    19
    Rep Power
    340
    Code:
    start javaw -File containing main method-
    Remove the 'pause', you don't need exit or anything.
    Reply With Quote  
     

  4. #4  
    Extreme Donator


    Join Date
    Mar 2009
    Posts
    1,461
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    open run.bat and change "java" to "start javaw" or "javaw", one of em works.
    Attached image
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    Reply With Quote  
     

  5. #5  
    Austin_
    Guest
    http://www.rune-server.org/search.php <-- Found in client section 5 minutes.
    Reply With Quote  
     

  6. #6  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    start javaw app
    exit
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Quote Originally Posted by Infinatus View Post
    Code:
    start javaw -File containing main method-
    Remove the 'pause', you don't need exit or anything.
    Thanks bro!
    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
  •