@rem  Beginning of sample batch file
@echo off
DT01INII
rem   Now continue with the original batch file
rem   doing the actual 3270 emulation (in this
rem   example PC3270.BAT):
PC3270
rem   End of sample batch file
