Changes
FAQ
,→I'm getting an error "Event log file is full", and then WPKG exits
cscript \\server\wpkg\wpkg.js /synchronize /quiet /nonotify >nul
== I'm getting an error "... no scripting engine for .JS...", and WPKG won't start ==
If you have an HTML editor that has associated Javascript Source files (.JS) to it, then the CSCRIPT or WSCRIPT engine won't know which engine to use for the .js file. So, issue the following command from the command prompt to get it to work
C:\>ASSOC .JS=JSFile
[[category:Documentation]]
[[category:Installation]]