@echo off
rem @echo off prevents these remarks and the commands from being displayed
rem All lines beginning with rem are none executeable remarks telling what's going on
d:
rem changes to d drive if needed
cd d:/Matrix Games\WitP AE 27\SCEN
rem changes the default folder
witpchkAE.exe /s001
rem Runs the the exe.  Note the scenario format e.g. s###
pause
rem Pause the batch so you can read it