Leaked source code of windows server 2003
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.

18 lines
303 B

  1. setlocal
  2. REM this wrapper script is used by startploc.bat and startmir.bat
  3. REM to implement semaphores for the 2 whistler.bat processes
  4. set semfile=%1
  5. set runscript=%2
  6. echo the runscript is %runscript%
  7. SHIFT /2
  8. call %runscript% %2 %3 %4 %5 %6 %7 %8 %9
  9. del %semfile%
  10. endlocal