clearscreen
message row 0 "(R)"
message "     The Sniffer  Network Analyzer"
message ""
message "(C) Copyright 1986-1997, Network General Corporation"
title "Main Selection Menu - Release 5.35"
columns 2

column 1

include "\config\??sn????.mnu"
include "\config\??mon.mnu"
include "\config\lm????.mnu"

column 2

if exists \sysniff\lm2conv.exe
item " LM2000 Trace File Conversion "
help "Convert Trace files to/from Sniffer to/from LM2000"
invoke (key-fake "\tools\convert.bat" 13)

if exists \remote2\r2host\r2host.exe
item " DCA Remote2"
help "Go to the DCA Remote2 selection menu."
invoke (key-fake "menux \tools\menut.txt" 13)

item " Internal VGA adapter"   
help "Use the internal display in color VGA mode."
invoke (key-fake "setmode VGA" 13)

item " Internal Monochrome adapter"   
help "Use the internal display in monochrome mode."
invoke (key-fake "setmode MONO" 13)

item " External LCD projector"     
help "Use an external projector display in LCD mode."
invoke (key-fake "setmode LCD" 13)

include "\tools\autorun.mnu"

include "\tools\offline.mnu"

item " Return to DOS"              
help "Exit the menus and return to the DOS prompt."
invoke (key-fake 13)

