@echo off
@set DIR=%~dp0
cmd /V:ON /C "%DIR%run2.bat"
@echo on

