source: other-projects/expeditee-release-kits/trunk/nightly-with-log.bat@ 37911

Last change on this file since 37911 was 36841, checked in by kjdon, 20 months ago

added a nightly-with-log script, and logs folder, so that we can see the output of the nightly task if necessary. Updated teh windows task to call this new script instead of create-expeditee

File size: 184 bytes
Line 
1@echo off
2echo Running the expeditee nightly
3C:\expeditee\expeditee-release-kits\create-expeditee.bat > C:\expeditee\expeditee-release-kits\logs\nightly-build.out 2>&1
4echo Done
5
Note: See TracBrowser for help on using the repository browser.