5 lines
76 B
Batchfile

@echo off
if not exist web mkdir web
del web\*.html
pasdoc @pasdoc.cfg
pause