@echo off if "%SystemDirectory%" == "" ( goto NoSys ) if not exist %SystemDirectory%\macromed\flash\FlashPlayerTrust ( mkdir %SystemDirectory%\macromed\flash\FlashPlayerTrust ) if not exist %SystemDirectory%\macromed\flash\FlashPlayerTrust\Demos.cfg ( copy Demos.cfg %SystemDirectory%\macromed\flash\FlashPlayerTrust\Demos.cfg ) goto ReCheck :NoSys if not exist %SystemRoot%\system32\macromed\flash\FlashPlayerTrust ( mkdir %SystemRoot%\system32\macromed\flash\FlashPlayerTrust ) if not exist %SystemRoot%\system32\macromed\flash\FlashPlayerTrust\Demos.cfg ( copy Demos.cfg %SystemRoot%\system32\macromed\flash\FlashPlayerTrust\Demos.cfg ) goto NoSysReCheck :ReCheck if "%SystemDirectory%" == "" ( goto NoSysReCheck ) if not exist %SystemDirectory%\macromed\flash\FlashPlayerTrust ( goto LastActionInCorrect ) if not exist %SystemDirectory%\macromed\flash\FlashPlayerTrust\Demos.cfg ( goto LastActionInCorrect )else ( goto LastActionCorrect ) :NoSysReCheck if not exist %SystemRoot%\system32\macromed\flash\FlashPlayerTrust ( goto lastActionInCorrect ) if not exist %SystemRoot%\system32\macromed\flash\FlashPlayerTrust\Demos.cfg ( goto LastActionInCorrect )else ( goto LastActionCorrect ) :LastActionCorrect Start.exe goto end :LastActionInCorrect NotStart.exe goto end :end