/usr/lib/Wt/examples/run-example.bat.cmake is in witty-examples 3.2.1-2+deb7u1.
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 8 | set PATH=%~p0;%PATH%
set OLDPWD=%CD%
REM Required until wthttp accepts a "--approot path" parameter
cd ..\lib\Wt\examples\@EXAMPLESUBDIR@
set DOCROOT=%CD%
%~p0\..\lib\Wt\examples\@EXAMPLESUBDIR@\@EXAMPLENAME@.wt --docroot %DOCROOT% --http-port 8080 --http-addr 0.0.0.0 %*
cd %OLDPWD%
|