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 / WILDCAT.SCR < prev   
Encoding:
Text File  |  1994-08-14  |  379 b   |  18 lines

  1. REM   WILDCAT.SCR
  2. REM
  3. REM   Script created to logon to a BBS that uses Wildcat Software
  4. REM   Created for use with FaxWorks Terminal
  5.  
  6. DESCRIPTION Wildcat BBS
  7.  
  8. 100 WAITFOR 55000, "What is your first name? "
  9.     CPRINT FIRSTNAME$
  10.  
  11.     WAITFOR 5000, "What is your  last name? "
  12.     CPRINT LASTNAME$
  13.  
  14.     WAITFOR 5000, "Password? ["
  15.     CPRINT BBSPASSWORD$
  16.  
  17. 200 END
  18.