home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 030.lha / s / dterm.init < prev    next >
Text File  |  1986-11-10  |  3KB  |  69 lines

  1. #######################################################################
  2. # Hash is a comments introducer, and must be the first character on   #
  3. # a line                                  #
  4. #                                      #
  5. #                DTERM.INIT                      #
  6. #                                      #
  7. #######################################################################
  8. smclear
  9. smadd a a `comp1'           `baud 2400 parity even bits 7 `^j^matdt5551111^m''
  10. smadd a a `comp2'           `baud 2400 parity even bits 7 `^j^matdt5552222^m''
  11. # NOTE: Sends a return 2 seconds after connect.
  12. smadd a a `CONNECT 2400^m^j'  `baud 2400 delay 2000 `^m''
  13. smadd a a `CONNECT 1200^m^j'  `baud 1200 delay 2000 `^m''
  14. smadd a a `CONNECT^m^j'       `baud 300 delay 2000 `^m''
  15. smadd a a `CONNECT ^m^j'      `baud 300 delay 2000 `^m''
  16.  
  17. # Handle a port-selector
  18. smadd b b    Request:        `dd `cory^m''
  19. # Figure out which computer it is by it's header message
  20. smadd b cl    comp1            `'
  21. smadd b cg    comp2            `'
  22. # A BBS!
  23. smadd b cbbs    `name:'             ``Matthew Dillon^m''
  24.  
  25. smadd cbbs cbbs `Password:'         `delay 1000 `mypassword^m''
  26. smadd cbbs cbbs `[Y,n]:'            `delay 1000 `^m''
  27.  
  28. smadd cl cl1    login:            `dd `dillon^m''
  29. smadd cl1 cl1    Password:        `dd `mypassword^m''
  30. smadd cl1 cl    incorrect        `'
  31. smadd cl1 online (z29)            `dd `vt100^m''
  32.  
  33. smadd cg cg1    login:            `delay 2000 `myfriend^m''
  34. smadd cg1 cg1    Password:        `dd dd dd dd `hispassword' dd `^m''
  35. smadd cg1 cg    incorrect        `'
  36. # For UNIX systems, TERM = sun    (Latest ANSI with enhancements)
  37. # Compatible with the Amiga's CONSOLE.DEVICE
  38. # My login defaults to a Z29...
  39. smadd cg1 online (z29)             `dd `sun^m''
  40.  
  41. #smadd online online Password:         ``mypassword^m''
  42.  
  43. smgoto a
  44. smoncl `smgoto a delay 1000 baud 2400'
  45. smoncd `smgoto b'
  46. smonpucd `smgoto online'
  47.  
  48. menuadd phone fidonet    ``^j' dd `^matdt6599169^m''
  49. menuadd phone bbs2    ``^j' dd `^matdt5952479^m''
  50. menuadd phone wincrc    ``^j' dd `^matdt8454812^m''
  51. menuadd phone amwest    ``^j' dd `^matdt3557162^m''
  52. menuadd phone amconn    ``^j' dd `^matdt5627097^m''
  53. menuadd phone bbsJC    ``^j' dd `^matdt9617250^m''
  54. menuadd ctl   comentry    `comentry'
  55. menuadd ctl   7bit-even `bits 7 parity even'
  56. menuadd ctl   8bit-none `bits 8 parity off'
  57. menuadd ctl   `redial on'   `smadd a a `BUSY^m^j' `delay 30000 `a/'''
  58. menuadd window 80x24    `resize 80 24'
  59. menuadd window 80x25    `resize 80 25'
  60. menuadd emulate none    `dataclear keyclear'
  61. menuadd emulate z29    `source emulate:z29.termcap'
  62.  
  63. conai `conwrite `^[[20l''
  64. #######################################################################
  65. #                                      #
  66. #        END DTERM.INIT                          #
  67. #                                      #
  68. #######################################################################
  69.