@echo off
@set DIR=%~dp0
cmd /V /C "%DIR%\shutdown2.bat" %1

:exit
@echo on

