@echo off ver|find "Windows XP">nul if not errorlevel 1 ( start "" "Program1.exe" ) else ( start "" "Program2.exe" ) cls