no-nonsense console

ronboronbo Connecticut
edited January 2006 in Folding@Home
I got rid of the graphic interface and I am now useing the no-nonsense console. Is there a way to pause the console when I need the full use of the cpu?

Comments

  • edcentricedcentric near Milwaukee, Wisconsin Icrontian
    edited January 2006
    Start running another program.
    If the natural inerupt isn't good enough then you will need to close it.
    I don't know of any other way to stop folding.
  • TroganTrogan London, UK
    edited January 2006
    You can pause it in Services :)
  • QCHQCH Ancient Guru Chicago Area - USA Icrontian
    edited January 2006
    Assuming you have F@H in the "Program Files" and name the folder F@H. A quick "stopF@H.bat" & "startF@H.bat"
    cls
    ECHO Stopping service
    ECHO.
    net stop "FAH@C:+Program Files+F@H+FAH502-Console.exe"
    
    cls
    ECHO Starting service
    ECHO.
    net start "FAH@C:+Program Files+F@H+FAH502-Console.exe"
    
  • csimoncsimon Acadiana Icrontian
    edited January 2006
    I just pin services.msc to the start box and stop and start it like that.
  • QCHQCH Ancient Guru Chicago Area - USA Icrontian
    edited January 2006
    You could put shortcuts to these two scripts on the "start" menu. Two clicks away from starting and stopping F@H...
  • ronboronbo Connecticut
    edited January 2006
    QCH2002 wrote:
    Assuming you have F@H in the "Program Files" and name the folder F@H. A quick "stopF@H.bat" & "startF@H.bat"
    cls
    ECHO Stopping service
    ECHO.
    net stop "FAH@C:+Program Files+F@H+FAH502-Console.exe"
    
    cls
    ECHO Starting service
    ECHO.
    net start "FAH@C:+Program Files+F@H+FAH502-Console.exe"
    

    This sounds really good. I do have it in program files in a folder called folding@home. But you lost me after that. I do not know how to write code. Is there a special program I need to do that? thanks...
  • QCHQCH Ancient Guru Chicago Area - USA Icrontian
    edited January 2006
    ronbo wrote:
    This sounds really good. I do have it in program files in a folder called folding@home. But you lost me after that. I do not know how to write code. Is there a special program I need to do that? thanks...

    Open "Notepad" and paste this into it...
    cls
    ECHO Stopping service
    ECHO.
    net stop "FAH@C:+Program Files+folding@home+FAH502-Console.exe"
    
    And save the file as something like "StopF@H.bat"

    Repeat the above steps to turn F@H back on with this code:
    cls
    ECHO Starting service
    ECHO.
    net start "FAH@C:+Program Files+folding@home+FAH502-Console.exe"
    
    And save the file as something like "StartF@H.bat"


    That's it... double click on the "StopF@H.bat" and F@H stops.
    That's it... double click on the "StartF@H.bat" and F@H starts.
  • ronboronbo Connecticut
    edited January 2006
    QCH2002, I tried exactly like you said. When I double click the .bat file a black box pops up for a split second and disappears. I checked to see if the folding program is running and it is not. I guess I am just to stupid for stuff like this. I will just go to the folder where the folding.exe is and use that to start and stop. Thanks for trying to help me....
  • profdlpprofdlp The Holy City Of Westlake, Ohio
    edited January 2006
    You may have to modify this line in each .bat file to reflect the actual path to where you have the console installed:

    "FAH@C:+Program Files+folding@home+FAH502-Console.exe"
  • QCHQCH Ancient Guru Chicago Area - USA Icrontian
    edited January 2006
    My script assumed that you have you Folding folder
    "c:/program files/folding@home/". If it is not there, then the script won't work unless you change the
    "FAH@C:+Program Files+folding@home+FAH502-Console.exe" line to match where it is.
Sign In or Register to comment.