@echo off

rem
rem Set to anything if you want auto zmodem transfers, unset to disable
rem
set ptautoz=true

rem
rem Baud Rate: 300,1200,2400,4800,9600,19200,38400,56700,115200,telnet
rem
rem Note: If you want a TELNET connection, set to telnet
rem
set ptbaud=57600

rem
rem Comm Port: 1, 2 (only ones tested, should work on any)
rem
set ptport=1

rem
rem Word Length: 7, 8
rem
set ptword=8

rem
rem Stop Bits: 1, 2
rem
set ptstop=1

rem
rem Parity: none, even, odd
rem
set ptparity=none

rem
rem Download Path: If set to nonexistent path, download will probably fail
rem
set ptdown=c:\

start pterm.exe
