home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / comm / PRCM230.LZH / COMPUSRV.CMD next >
OS/2 REXX Batch file  |  1985-07-14  |  1KB  |  21 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /* Sample command file for automatic logon to CompuServe (r) through  */
  4. /* Telenet.                                                           */
  5. /*                                                                    */
  6. /**********************************************************************/
  7.  
  8. %E0                  /* emulate IBM-3101 terminal                     */
  9. %C"27"               /* Call dial dir entry number 27 (Telenet)       */
  10. %T"!"                /* Transmit Carriage return <CR>                 */
  11. %T"!"                /* Transmit Carriage return <CR>                 */
  12. %I"TERMINAL="        /* Wait for "TERMINAL=" to come in COM port      */
  13. %T"d1!"              /* give telenet the terminal identifier          */
  14. %I"@"                /* Wait for "@" to come in COM port              */
  15. %T"C 202202!"        /* Send request to telenet for CompuServe        */
  16. %I"User ID:"         /* Wait for "User ID:" to come in COM port       */
  17. %T"70006,51!"        /* Send user ID <CR>                             */
  18. %I"Password:"        /* Wait for "Password:" to come in COM port      */
  19. %T"BOAT*TOUCH!"      /* Send password <CR>                            */
  20. %A                   /* Sound alarm to let you know logon is complete */
  21.