home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FS132_LI.ZIP / SYSTEMS < prev   
Text File  |  1992-12-20  |  2KB  |  51 lines

  1. # systems file
  2. #
  3. # This file controls how uucico.exe logs into the remote machine. Here are a
  4. # few example systems scripts. Probably the hardest part of setting up a mail
  5. # and news feed is getting this to work correctly. Have patience and be
  6. # observant.
  7. #
  8. # Lines beginning with "#" are comments. Blank lines are ignored.
  9. #
  10. # ESCAPE CODES SUPPORTED:
  11. #
  12. # \b    - send break
  13. # \r    - send return
  14. # \n    - send newline
  15. # \t    - send tab
  16. # \d    - flush line, delay 1 second
  17. # \s    - send space
  18. # \c    - do NOT send a return at the end of this line (default is to do so)
  19. # \\    - send a backslash
  20. #
  21. # EXPECT/SEND/EXPECT
  22. #
  23. # expect strings may have conditional retry in the format
  24. #
  25. #   expect1-send-expect2
  26. #
  27. # whereas if [expect1] isn't seen in the time specified by the "timeout"
  28. # variable in the .CFG file, the text [send] will be sent, and [expect2]
  29. # will be scanned for.
  30. #
  31. # a string of the format
  32. #
  33. #   expect1--expect2
  34. #
  35. # will cause a single return to be sent should [expect1] not be seen
  36. #
  37. # login through some sort of network. Send returns until you see something,
  38. # at the "NET >" prompt, turn on a binary connection, then connect to the
  39. # system and procede as normal.
  40. #
  41. tomservo Any Hayes 2400 ATDT5551000 "" <CR> NET\s> set\sbinary\son NET\s> c\sunix ogin:--ogin: fsuucp ssword:--ssword mst3000
  42. #
  43. # Most simple login.
  44. #
  45. crow Any Hayes 2400 ATDT5413958 "" <CR> ogin: fsuucp ssword: mst3000
  46. #
  47. # Direct connection. Note the ABSENCE of the dialing command, since direct
  48. # connections are already connected.
  49. #
  50. cambot Any Direct 9600 "" <CR> ogin: fsuucp ssword: mst3000
  51.