home *** CD-ROM | disk | FTP | other *** search
- ;
- ; File Initial.Env
- ;
- ; This file is executed when Envoy is first started
- ;
- ; The commands in this file are the Envoy defaults. The default commands
- ; are echoed here to make it easy to edit this file and enter new
- ; settings.
- ;
- ; If your PC has a fast clock, you should increase DELAY 1 and 2.
- ; DELAY 1 .3
- ; DELAY 2 .05
- ; work well on a 12 Mz machine.
- ; The default delays are for a 4 Mz PC.
-
- Screen Clear
- Remark 'Executing Initial.Env'
- DELAY 1 .080 ; Sec First Keyboard Delay
- DELAY 2 .030 ; Sec Second Keyboard Delay
- DELAY 3 .020 ; Sec Time Delay after Sending A Character
- DELAY 4 .100 ; Sec Time Delay after Sending A String
- DELAY 5 .100 ; Sec Length of Error Beep
- DELAY 6 .000 ; Sec Delay executing command file line
-
-
- ; Most Common Communications parameters:
- Baud 2400
- Data 8
- Parity N
- Stop 1
- Duplex F
-
- ; If you have a Dial Phone set the HAYES dial prefix to 'AT DP'
- ; For a Touch Phone set the prefix to 'AT DT'
-
- Set Prefix 'AT DP'
-
- ; Set the default phone number
-
- Set Number ''
- Screen Clear
-