diff --git a/vms_autorun.com b/vms_autorun.com deleted file mode 100644 index 824bdcf..0000000 --- a/vms_autorun.com +++ /dev/null @@ -1,37 +0,0 @@ -$! -$! 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