if "%runwith" == "jar" java.exe %JAVA_OPTIONS -ea -jar replacewebsite.jar %configuration |& tee C:\temp\somestores.log
timer off >> C:\temp\somestores.log
the program executes, but when all is done somestores.log just has the timer off line, nothing from replacewebsite.jar. What am I doing wrong?
timer off >> C:\temp\somestores.log
the program executes, but when all is done somestores.log just has the timer off line, nothing from replacewebsite.jar. What am I doing wrong?