@echo off rem # htmllint.bat rem # k16氏のAnother HTML-lintをコマンドラインから使うためのバッチプログラム rem # Copyright (C) 1997 Fumio Kawamata if %1/==/ goto USAGE perl C:\Free\HTML-lint\htmllint -nobanner -noscore -pedantic -prune %1 %2 %3 %4 %5 %6 %7 %8 %9 goto END :USAGE echo # 使い方 echo # echo # %0 [htmllintのオプション] 採点したいHTMLファイル名 :END