Win95 autorun

From: Tarot (tarot@erinet.com)
Date: 06/01/96


Ok, I just figured out the the code drops errorlevels on exit.  Below is a
start for a .bat file to run circle.exe (This is for win95/NT users)

Contents of RUNMUD.BAT

cls
:main
cd\circle3
src\circle.exe
; Reboot
if errorlevel=52 goto main
; Crash
if errorlevel=1 goto main
; Normal ShutDown
if errorlevel=0 goto down
; Else Restart
goto main
:down

More to come as I figure it out.
Doyle

      Builder of Worlds / IMP Want-a-be 
          I thought C was a letter!
 //////// //////// //////// //////// ////////
   //    //    // //    // //    //    //
  //    //////// //////// //    //    //
 //    //    // // \\    //    //    //
//    //    // //   \\  ////////    //
 http://www.erinet.com/tarot/index.html
Download the newest version of WorldBuilder
                  Alpha 3



This archive was generated by hypermail 2b30 : 12/18/00 PST