Subversion Repositories simple_log_event

Rev

View as "text/x-msdos-batch" | Blame | Last modification | View Log | RSS feed

  1. @echo off
  2.  
  3. net session >nul 2>&1
  4. if %errorLevel% == 0 (
  5.         regsvr32 "%~dp0ViaThinkSoftSimpleLogEvent32.dll"
  6.         regsvr32 "%~dp0ViaThinkSoftSimpleLogEvent64.dll"
  7. ) else (
  8.         echo.
  9.         echo Failure: Current permissions inadequate.
  10.         echo Please run script as administrator.
  11.         echo.
  12.         pause.
  13. )
  14.