home *** CD-ROM | disk | FTP | other *** search
/ Boink! 1995 May/June / Image.bin / df_ / mailbox / point / xp300_1.exe / SCRIPTS.EXE / Z-NETZ.SCR < prev   
Text File  |  1993-02-07  |  342b  |  12 lines

  1. # Z-NETZ.SCR: Z-Netz-Netcall-Script
  2. # für ZCONNECT-Systeme ist "ZERBERUS" durch "JANUS" zu ersetzen
  3.  
  4.          ON Relogin SEND "ZERBERUS" cr
  5. start:   READ
  6.          ON "username:" SEND "ZERBERUS" cr
  7.          ON "systemname:" SEND $POINT cr
  8.          ON "passwort:" SEND $PASSWORD cr
  9.          ON "running arc" END
  10.          GOTO start
  11.  
  12.