circle-3.1/bin/
circle-3.1/cnf/
circle-3.1/lib/
circle-3.1/lib/etc/
circle-3.1/lib/house/
circle-3.1/lib/misc/
circle-3.1/lib/plralias/A-E/
circle-3.1/lib/plralias/F-J/
circle-3.1/lib/plralias/K-O/
circle-3.1/lib/plralias/P-T/
circle-3.1/lib/plralias/U-Z/
circle-3.1/lib/plralias/ZZZ/
circle-3.1/lib/plrobjs/
circle-3.1/lib/plrobjs/A-E/
circle-3.1/lib/plrobjs/F-J/
circle-3.1/lib/plrobjs/K-O/
circle-3.1/lib/plrobjs/P-T/
circle-3.1/lib/plrobjs/U-Z/
circle-3.1/lib/plrobjs/ZZZ/
circle-3.1/lib/text/
circle-3.1/lib/text/help/
circle-3.1/lib/world/
circle-3.1/lib/world/shp/
circle-3.1/log/
circle-3.1/src/doc/
$!
$! VMS_AUTORUN.COM
$! Written By:  Robert Alan Byer
$!              Vice-President
$!              A-Com Computing, Inc.
$!              ByerRA@aol.com
$!              byer@mail.all-net.net
$!
$! This script is used to run the CircleMUD executable as a detached 
$! process.
$!
$! This ONLY runs the CircleMUD CIRCLE executable, it does NOT do anything 
$! else extra that the Unix "autorun" script does.
$!
$! To have the CIRCLE executable execute under a different UIC, change the
$! variable UIC below.
$!
$! To customize the CIRCLE startup, edit the [.BIN]VMS_CIRCLEMUD.COM file.
$!
$!
$! Define The UIC The CIRCLE.EXE Is To Execute Under.
$!
$ UIC = "SYSTEM"
$!
$! Run [.BIN]VMS_CIRCLEMUD.COM As A Detached Process.
$!
$ RUN/DETACHED	-
     /PROCESS_NAME= "CircleMUD" -
     /UIC=['UIC'] -
     /INPUT=CIRCLEMUD_BIN:VMS_CIRCLEMUD.COM -
     /OUTPUT=SYSLOG.LOG -
     /ERROR=SYSLOG.ERROR -
     SYS$SYSTEM:LOGINOUT.EXE
$!
$! Time To Exit.
$!
$ EXIT