Have the scheduled task call a batch file of your creation (driver.bat)<div><br></div><div>Have driver.bat call vcvars32.bat and then ctest -S your script like this:</div><div><br></div><div>startlocal</div><div>call &quot;C:\Program Files\full\path\to\vcvars32.bat&quot;</div>
<div>&quot;C:\Program Files\CMake 2.6\bin\ctest.exe&quot; -S &quot;C:\full\path\to\script.cmake&quot;<br>endlocal</div><div><br></div><div>startlocal/endlocal are used to push/pop environment changes so you can isolate env changes...</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br><div class="gmail_quote">On Thu, Oct 15, 2009 at 1:45 PM, Dixon, Shane <span dir="ltr">&lt;<a href="mailto:Shane.Dixon@atmel.com">Shane.Dixon@atmel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I have a CTest script that I&#39;d like to run nightly on a Windows XP machine.  If I run it from the &quot;Visual Studio 2008 Command Prompt&quot;, it works fine.  If I run from a &quot;Scheduled Task&quot;, it balks and says it can&#39;t find &quot;cl&quot;, so obviously the CTEST_ENVIRONMENT is wrong.<br>

<br>
Before I start disecting these vcvars32.bat script that sets all the environment, has someone else already converted that .bat script that sets the environment into something that I can use in Ctest?  Is there a better way to setup the Scheduled Task so that I don&#39;t have to set up the environment in the first place?<br>

<br>
<br>
--<br>
Shane Dixon<br>
Linux Engineer<br>
Atmel Corporation<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>