home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BFE3100P.ZIP / BFE3100P.EXE / SCRIPTS / GATEWAY.SCR < prev    next >
Text File  |  1994-03-12  |  376b  |  17 lines

  1. /*
  2.     BFE Sample Script #4: Sample script to gate user to a UNIX system
  3.     through COM2 (fossil port 1).
  4.  
  5.     * NOTE:  This script will only function under BFE+,  the enhanced version
  6.              of BFE.
  7.  
  8. */
  9.  
  10. main()
  11. {
  12.    /* Clear the screen and display the ANS/ASC file called GATEWAY.??? */
  13.    clearscreen();
  14.    displayfile("GATEWAY");
  15.    gateway(1, 1);
  16. }
  17.