I think allowing the execution of batch files will require a modification to the client code as well. This is from MSDN on CreateProcess():
To run a batch file, you must start the command interpreter; set > lpApplicationName to cmd.exe and set lpCommandLine to the following > arguments: /c plus the name of the batch file. So it would require some extra logic when executing. -- Jeremy _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
