Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
251 B

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