################################################################
#
#   Common Desktop Environment (CDE)
#
#   sys.session:  Default session initiation file for CDE DT
#
#   (c) Copyright 1993, 1994 Hewlett-Packard Company
#   (c) Copyright 1993, 1994 International Business Machines Corp.
#   (c) Copyright 1993, 1994 Sun Microsystems, Inc.
#   (c) Copyright 1993, 1994 Novell, Inc.
#
#   This file is processed once for new CDE DT users
#
#   Placed in: /usr/dt/config/<LANG>/sys.session
#   To modify this file, copy this file to
#       /etc/dt/config/<LANG>/sys.session
#   and then modify /etc/dt/config/<LANG>/sys.session
#
#
#   $Revision: 1.18 $
#
################################################################
#
# Start up the File Manager...
#
dtsmcmd -cmd "/usr/dt/bin/dtfile -dir ~ -geometry +700+0"
                                                                                
#                                                                              
# Start the Application Manager ...                                            
#                                                                              
dtsmcmd -cmd "/usr/dt/bin/dtaction Dtappmgr_delay"

#
# Initialize the help browser
#
dtsmcmd -cmd "/usr/dt/bin/dtaction Dthelpgen_delay"

dtsmcmd -cmd "/usr/dt/install/oldrules/dtrmrules.driver -wait"

###################       End of the sys.session File  #############