home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Wtestowe / OnNet16 / PK210INI.SCR < prev    next >
Text File  |  1995-12-21  |  675b  |  27 lines

  1. <* language=slang                                     *>
  2.  
  3. <* ftp Software, Inc. Copyright 1995                  *>
  4. <* You run this script to establish a CDPD connection *>
  5. <* between the ftp Software TCP/IP kernel and the     *>
  6. <* Sierra Wireless Pocket Plus 210.                   *>
  7.  
  8. (status,{Waiting for Physical Connection...}(lf))
  9.  
  10. (poll, physical, open, 1000,(status,{Physical connection established}), 
  11. {
  12.     (slang_init_modem)
  13.     (poll, physical, open, 5000,
  14.     {
  15.         (status,{Physical connection established})
  16.         (pause,1000)
  17.     },
  18.     {
  19.         (status,{Modem Error})
  20.         (message,
  21.         {The dialer cannot connect to the modem in CDPD mode.},
  22.         OK, STOP)
  23.  
  24.     })
  25. })
  26.  
  27.