home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / envoy100.zip / INITIAL.ENV < prev    next >
Text File  |  1990-03-15  |  1KB  |  42 lines

  1. ;
  2. ; File Initial.Env
  3. ;
  4. ;       This file is executed when Envoy is first started
  5. ;
  6. ;       The commands in this file are the Envoy defaults.  The default commands
  7. ;       are echoed here to make it easy to edit this file and enter new
  8. ;       settings.
  9. ;
  10. ;       If your PC has a fast clock, you should increase DELAY 1 and 2.
  11. ;         DELAY 1 .3
  12. ;         DELAY 2 .05 
  13. ;      work well on a 12 Mz machine.
  14. ;      The default delays are for a 4 Mz PC.
  15.  
  16. Screen Clear
  17. Remark 'Executing Initial.Env'
  18. DELAY 1 .080  ; Sec  First Keyboard Delay
  19. DELAY 2 .030  ; Sec  Second Keyboard Delay
  20. DELAY 3 .020  ; Sec  Time Delay after Sending A Character
  21. DELAY 4 .100  ; Sec  Time Delay after Sending A String
  22. DELAY 5 .100  ; Sec  Length of Error Beep
  23. DELAY 6 .000  ; Sec  Delay executing command file line
  24.  
  25.  
  26. ;         Most Common Communications parameters:
  27. Baud 2400
  28. Data 8
  29. Parity N
  30. Stop 1
  31. Duplex F
  32.  
  33. ;        If you have a Dial Phone set the HAYES dial prefix to 'AT DP'
  34. ;        For a Touch Phone set the prefix to 'AT DT'
  35.  
  36. Set Prefix 'AT DP'
  37.  
  38. ;        Set the default phone number
  39.  
  40. Set Number ''
  41. Screen Clear
  42.