Initialization & command line switches
compiled by Charles Krinke CFK@pacbell.net, http://home.pacbell.net/cfk
ns\cmd\winfe\
Windows Front End - Initialization begins with the code in NSAPP.cpp
where the constructor
CNetscapeAPP::CNetscappAPP() is defined, then that constructor is used
in MOZILLA.CPP:246 at
CNetscapeApp::InitInstance(). There are three classes in the entire
file NSAPP.cpp:
BOOL CNetscapeApp::InitApplication()
BOOL CNetscapeApp::InitInstance()
int CNetscapeApp::ExitInstance()
The following command line switches have been found in mozilla.cpp
-nounc sets m_bUNC=FALSE to turn off UNC file names
The following command line switches have been found in woohoo.cpp
-BROWSER sets m_bCreateBrowser=TRUE
-FOLDERS sets m_bCreateFolders=TRUE
-NEWS sets m_bCreateNews =TRUE
-NETPROFILE sets m_bNetworkProfile=TRUE
-COMPOSE sets m_bCreateCompose =TRUE
-EDIT sets m_bCreateEdit =TRUE
-INBOX sets m_bCreateInbox =TRUE
-MAPICLIENT sets m_bCreateInboxMAPI=TRUE
-ADDRESS sets m_bCreateAddress =TRUE
-IMPORT sets m_bCreateLDIF_IMPORT=TRUE
-EXPORT sets m_bCreateLDIF_EXPORT=TRUE
The following command line switches have been found in NSAPP.cpp
-P"profileString" sets a profile
-k sets m_bKioskMode=TRUE
-sk sets -k and m_bSuperKioskMode=TRUE
-H sets m_bDontLoadHome=TRUE
-mail sets m_bCreateMail=TRUE
-netcaster sets m_bCreateNetcaster=TRUE
-news sets m_bCreateNews=TRUE
-new_profile sets m_bCreateNewProfile=TRUE
-profile_manager sets m_bProfileManager=TRUE
-parse_telnet sets m_bParseTelnetURLls=TRUE
-javadebug sets m_bCreateJavaDebugAgent=TRUE
-new_account sets m_bAccountSetup=TRUE
sets m_bAlwaysDockTaskBar=TRUE
sets m_bAccountSetupStartupJava=TRUE
-start_java sets m_bAccountSetupStartupJava=TRUE
-EDIT (works with -EDIT in woohoo.cpp)