mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-18 06:50:25 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3860 e7d03fd6-7b0d-0410-9947-9c21f3af8025
4 lines
166 B
Batchfile
4 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
|