/usr/lib/Wt/examples/run-example.bat.cmake is in witty-examples 3.3.4+dfsg-6ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | REM This-is-a-wt-example
set PATH=%~p0;%PATH%
set OLDPWD=%CD%
REM Required until all examples accept a "--approot path" parameter
cd ..\lib\Wt\examples\@EXAMPLESUBDIR@
"%~p0\@EXAMPLENAME@.wt" @SCRIPT_DOCROOT@ @SCRIPT_APPROOT@ --http-port 8080 --http-addr 0.0.0.0 %*
|