home *** CD-ROM | disk | FTP | other *** search
/ CD Net 2000 December / cd_net_2000-12.iso / pc / INFONIE / CONFIG / KIOSQUE.SCP < prev    next >
Encoding:
Text File  |  1997-08-04  |  329 b   |  22 lines

  1. ; Script de connexion infonie a la duree sur kiosque
  2.  
  3. proc main
  4.  
  5. ;   delay 3
  6. ;   transmit "^M"
  7.  
  8.    waitfor "Ser?"
  9.    transmit "INFONIE02"
  10.    transmit "^M"
  11.  
  12. ;   waitfor "INFONIE02"
  13. ;   transmit $USERID
  14. ;   transmit "^M"
  15. ;   waitfor "password"
  16. ;   transmit $PASSWORD
  17. ;   transmit "^M"
  18.  
  19.    waitfor "~"
  20.  
  21. endproc
  22.