1
2developer 0
3
4// load the base configuration
5exec default.cfg
6
7// load the last saved configuration
8exec config.cfg
9
10// run a user script file if present
11exec autoexec.cfg
12
13// display the main menu
14//menu_main
15
16//
17// stuff command line statements
18//
19stuffcmds
20
21// start demos if not already running a server
22startdemos demo1 demo2 demo3
23
24