mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 18:10:58 +00:00
Added windows example batch file
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3860 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d855ff3b7d
commit
403e1eab07
1 changed files with 4 additions and 0 deletions
4
doc/examples/windows.bat
Normal file
4
doc/examples/windows.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@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
|
||||
Loading…
Reference in a new issue