home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMN199D.LHA / avminstall / bbs-startup / cnet-startup < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.0 KB  |  22 lines

  1. ; Note!  I don't think you need the stack 40000 here, but
  2. ;        it's just in case.  Also, you need to set up CNet's
  3. ;        "port" 1 to use this script as is.  Otherwise, you
  4. ;        will have to change the number after the "port"
  5. ;        keyword.  To see what ports you have, run cnet:config,
  6. ;        click on the Modems button, and see what ports you
  7. ;        have on the left hand side (there's a listview with
  8. ;        numbers).  If there are no numbers there yet, then
  9. ;        you probably haven't configured CNet yet.  To configure
  10. ;        CNet, you should click on the New button, edit the Device,
  11. ;        Unit, enable Shared, enable Locked, etc.  Then type in '1'
  12. ;        in the string gadget below the listview on the left hand
  13. ;        side.  Then, click on the Add gadget.  The number '1' should
  14. ;        appear in the listview if all went well.  Then you should be
  15. ;        all set to use this script as is.
  16. ;
  17. ;        This has only been tested with CNet 3.05c
  18.  
  19. stack 40000
  20. cnet:bbs port 1 trap baud 19200 lock 19200
  21. endcli
  22.