Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
net stop "FAH@D:+Program Files+Folding@Home+FAH502-Console.exe"
net start "FAH@D:+Program Files+Folding@Home+FAH502-Console.exe"





g:
cd \folding\folding1
start g:\folding\folding1\FAH502-Console.exe
cd \folding\folding2
start g:\folding\folding2\FAH502-Console.exe
cd \folding\folding3
start g:\folding\folding3\FAH502-Console.exe



[18:58:25] Assembly optimizations on if available.
[18:58:25] Entering M.D.
[18:58:32] Protein: p1850_Myosin6_PT_US
[18:58:32]
[18:58:32] Completed 0 out of 500000 steps (0)
Folding@Home Client Shutdown.
MTXR said:EXCELLENT..
Thanks for the help i will try it out after class.
Alright slacker, it has been 20 hours....where is our right-up?Oldbenwa said:
Start/Stop Non-Service Console F@H Instances With .bat Files:
Starting Console: (F@HStart.bat)
-------------------------------------------------------------
g:
REM Switch to drive F@H resides on.
cd \folding\folding1
REM Switch to directory of first F@H instance.
start g:\folding\folding1\FAH502-Console.exe
REM Start first F@H instance.
cd \folding\folding2
REM Switch to directory of second F@H instance.
start g:\folding\folding2\FAH502-Console.exe
REM Start second F@H instance.
REM Etc, Etc.
Stopping Console: (F@HStop.bat)
-------------------------------------------------------------
taskkill FAH502-Console.exe
REM Stops every process named FAH502-Console.exe. The FahCore_XX.exe
REM processes will run for a few seconds longer, then close out automatically.



Oldbenwa said: