httpd.cmd 272 B

12345678
  1. @echo off
  2. setlocal
  3. PATH=%CYGWIN%;%PATH%
  4. REM Use the path to this file (httpd.cmd) to get the
  5. REM path to httpd.py, so that we can run httpd.cmd from
  6. REM any directory. Pass up to 9 arguments to httpd.py.
  7. python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9