
Originally Posted by
STE\/E
Okay I'll try that, I just copied the .bat files from one of your Quotes, I wondered about the Space & tried it both ways but still didn't work but didn't have the " " so it wasn't going to work ... Thanks
EDIT: No work right now to try the .bat file out ...
You can test the .bat file with another project like MooWrap just to make sure BOINC sees the commands.
For testing with MooWrap
Code:
@ECHO OFF
CLS
:BEGIN
"E:\PROGRAM FILES\BOINC64 MGR\boinccmd" --project http://moowrap.net/ nomorework
"E:\PROGRAM FILES\BOINC64 MGR\boinccmd" --project http://moowrap.net/ suspend
CHOICE /N /D Y /T 10
"E:\PROGRAM FILES\BOINC64 MGR\boinccmd" --project http://moowrap.net/ reset
CHOICE /N /D Y /T 15
"E:\PROGRAM FILES\BOINC64 MGR\boinccmd" --project http://moowrap.net/ resume
CHOICE /N /D Y /T 5
"E:\PROGRAM FILES\BOINC64 MGR\boinccmd" --project http://moowrap.net/ allowmorework
"E:\PROGRAM FILES\BOINC64 MGR\boinccmd" --project http://moowrap.net/ update
:END
Exit