mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-13 02:41:03 +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
|