REM Sample Batch File to Run Universal Mayhem Door (Generic - Use of GAPDOOR
REM for TimeLock only)
@echo off
gapdoor 1 c:\gap\main\users
timelock 2300 0005 /COM1
if not exist timelock.tmp goto done
cd c:\gap\door\mayhem
mayhem < gate1 > gate1
cd c:\gap
:DONE
gap
