windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/cmp/checkin/denclnt.bat

12 lines
251 B
Batchfile
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
@echo off
if "%1"=="/?" goto usage
if "%1"=="" goto usage
%1 -s %2.txt -l %4logs\%2.log -m %2.m -t %3 %5 %6 %7 %8 %9
goto end
:usage
@echo "usage:
@echo "denclnt { denver|aspen } scriptfile num_threads { log file(s) location } [other params]"
:end