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 >
Wrap
Text File
|
1994-03-12
|
376b
|
17 lines
/*
BFE Sample Script #4: Sample script to gate user to a UNIX system
through COM2 (fossil port 1).
* NOTE: This script will only function under BFE+, the enhanced version
of BFE.
*/
main()
{
/* Clear the screen and display the ANS/ASC file called GATEWAY.??? */
clearscreen();
displayfile("GATEWAY");
gateway(1, 1);
}