mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3880 e7d03fd6-7b0d-0410-9947-9c21f3af8025
3 lines
89 B
Batchfile
Executable file
3 lines
89 B
Batchfile
Executable file
@echo off
|
|
set PYTHON="c:\Python26\python.exe"
|
|
%PYTHON% test.py -pv --resource=network %*
|