El Lunes 08 Jun 2009 21:30:01 Jeremy Cowles escribió: > Maybe I'm not understanding something, but under windows files must end in > .bat to be executed as a batch file, correct? > If this is the case, are batch files are not supported by update_versions? > I ask because the reg-ex that parses executable names does not include .bat > as an option. See: re_match_exec_filename(filepath) in update_versions for > the reg-ex.
A batch file shouldn't be the "main_application", so it doesn't matter for that. And Windows doesn't have Unix-like executable permissions, so that's off too. What other benefit would you get if update_versions detects a .bat as an executable file? _______________________________________________ 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.
