mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 12:40:33 +00:00
5 lines
166 B
Batchfile
5 lines
166 B
Batchfile
|
|
@echo off
|
||
|
|
:: example using linkchecker on windows, logging to html
|
||
|
|
set PYDIR=c:\python26
|
||
|
|
%PYDIR%\python.exe %PYDIR%\scripts\linkchecker -Fhtml http://www.example.com
|