I've been running the 5.02 console version (labelling anything "beta" keeps it off most machines I run) with no problems, once I figured it out. It seems that in the DOS box that the console version gives you, once it starts running you have to Control-C to exit, then go into the Services list (via services.msc or whatever) and start the FAH@C+etcetcetc service manually - it'll already be set up for automatic startup at your next boot-up.
You can create a simple script to restart it.
Right click on the desktop, select New>Text File
Rename to folding.bat (or whatever you want, but it needs the .bat file extension, and you'll have to be showing file extensions to do this)
Then you need the location of your F@H folder ie:
C:\Program Files\Folding@Home
And the name of your F@H executable, default is:
FAH502-Console.exe
Right click on the .bat you created and select Edit. Notepad will open.
Enter the following:
cd <your F@H directory>
start <your F@H .exe>
For the example above you would put in:
Code:
cd %programfiles%\folding@home
start FAH502-Console.exe
After you save, just double click on the script to run it. If you're running MS Antispyware, it will pop and and ask if you want to allow the script to run- tell it yes, of course.
I start it with this script, for another example:
Code:
cd %programfiles%\folding@home1\
start folding1.exe -local
cd %programfiles%\folding@home2\
start folding2.exe -local
Thankee
To bad I'm stuck with dialup. Looks like my comp could do about 3 WUs per day, but I know it'll end up getting stuck with no work in the middle of the day or night when there's no connection.