printline
header Freeport BBS
name Internet Main Menu
printheader
printline
print

print Most Internet services are only available to paying members of the
print system.  For more information, please enter S for Support at the prompt
print below.
print

option {
   name Telnet
   comment Connect to a remote system
   run /usr/local/xenmenu-0.8a/bin/telnet
}

option {
   name SSH
   comment Make a secure connection to a remote system
   run /usr/local/xenmenu-0.8a/bin/ssh
}

option {
   name FTP
   comment Download files from the Internet
   run /usr/local/xenmenu-0.8a/bin/ftp
}

option {
   name IRC (IRCII Client)
   comment "Internet Relay Chat" Client - Multi-user chat
   run /usr/local/bin/ircII
}

option {
   name IRC (BitchX Client)
   comment Another--more colorful--method of accessing IRC
   run /usr/local/bin/BitchX
}

option {
   noprint
   value Q
   exit
}

option {
   noprint
   value B
   menu /usr/local/xenmenu-0.8a/menus/mainmenu
}

option {
   noprint
   value S
   file /usr/local/lib/text/support.txt
}

print
printline
center Enter Q to Quit
center Enter B to go Back to the Previous Menu
printline
print
print -n Local Time: `date +%I:%M%p`
