> And how does your wpkg-start.bat file look like? > > What if you insert something like "echo %TIME% %DATE% > C:\1" before > "cscript ...", and something similar (with output to C:\2) after > starting "cscript ..."?
Excellent. Apparently attempting to run wpkg.js directly doesn't work for scheduled tasks. I've modified wpkg-start.bat to do: cscript %WPKGROOT%\wpkg.js ... Which makes the scheduled task work properly. The batch file was getting stuck when attempting to run %WPKGROOT%\wpkg.js. No cscript/wscript process would appear in task manager and cmd.exe never completed. Thanks for the help. Joshua Weage ____________________________________________________________________________________ Sponsored Link Try Netflix today! With plans starting at only $5.99 a month what are you waiting for? http://www.netflix.com/Signup?mqso=80010030 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
