home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / microcom / w95_336 / w95_336.exe / install.exe / SCRIPTS.ZIP / DELPHI.SCR < prev    next >
Encoding:
Text File  |  1994-08-14  |  409 b   |  23 lines

  1. REM   DELPHI.SCR
  2. REM
  3. REM   Script created to logon to Delphi (SprintNet)
  4. REM   Created for use with FaxWorks Terminal
  5.  
  6. DESCRIPTION Delphi (SprintNet)
  7.  
  8. 100 CPRINT "@D"
  9.  
  10.     WAITFOR 770, "TERMINAL="
  11.     CPRINT ""
  12.  
  13.     WAITFOR 15000, "@"
  14.     CPRINT "c delphi"
  15.  
  16.     WAITFOR 15000, "Username: "
  17.     CPRINT delphiname$
  18.  
  19.     WAITFOR 15000, "Password: "
  20.     CPRINT delphipassword$
  21.  
  22. 200 END     
  23.