/usr/lib/Wt/examples/run-example.bat.cmake is in witty-examples 3.3.0-1build1.
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 | set PATH=%~p0;%PATH%
set OLDPWD=%CD%
cd ..\lib\Wt\examples\@EXAMPLESUBDIR@
set DOCROOT=%CD%
cd %OLDPWD%
%~p0\..\lib\Wt\examples\@EXAMPLESUBDIR@\@EXAMPLENAME@.wt --docroot %DOCROOT%\@DOCROOTSUBFOLDER@ --approot %DOCROOT%\@APPROOTSUBFOLDER@ --http-port 8080 --http-addr 0.0.0.0 %*
|