• Autostart MIS on Windows

    From toddbert@21:4/159 to All on Thursday, August 08, 2019 00:57:35

    I'm running mystic on a windows server and am looking for options to
    autostart the MIS.EXE so the servers will autostart without me having to
    login and can survive a reboot. Is there away to run mystic as a windows service or an another method?

    Cheers

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/64)
    * Origin: Retro DevOps BBS (21:4/159)
  • From Avon@21:1/101 to toddbert on Thursday, August 08, 2019 13:11:15
    On 08 Aug 2019 at 12:57a, toddbert pondered and said...

    I'm running mystic on a windows server and am looking for options to autostart the MIS.EXE so the servers will autostart without me having to login and can survive a reboot. Is there away to run mystic as a windows service or an another method?


    I'm not sure about running MIS as a service under windows.. but I do use a batch file that will restart MIS if it closes unexpectedly and also have that tied to the start up routines of the OS to kick things off on a reboot. Would that help?

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Robert Wolfe@21:2/136 to Toddbert on Wednesday, August 07, 2019 21:01:00
    toddbert wrote to All <=-

    I'm running mystic on a windows server and am looking for options to autostart the MIS.EXE so the servers will autostart without me having
    to login and can survive a reboot. Is there away to run mystic as a windows service or an another method?

    You might want to see if you can one a utility to convert MIS.EXE to a
    service somehow.

    ... SYSOP (sih' sawp) n. The guy laughing at your typing.
    --- MultiMail/Win v0.52
    * Origin: Lean Angle BBS * Southaven MS * winserver.org (21:2/136)
  • From toddbert@21:4/159 to Avon on Saturday, August 10, 2019 08:59:26
    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/64)
    * Origin: Retro DevOps BBS (21:4/159)
  • From SirRonmit@21:2/120 to toddbert on Sunday, August 11, 2019 10:28:19
    I just posted it in my AUTOEXEC.BAT

    You can also post it within your REGISTRY in the RUN section as well.


    Tim N
    admin@f4fbbs.com

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Files 4 Fun BBS (21:2/120)
  • From Avon@21:1/101 to toddbert on Monday, August 12, 2019 19:51:12
    On 10 Aug 2019 at 08:59a, toddbert pondered and said...

    that would be perfect

    I just use something like this in a bat file

    [snip]

    @Echo On

    c:
    cd\mystic

    :LOOP

    MIS server
    TIMEOUT /T 5

    GOTO LOOP

    [snip]

    Hope that helps :)

    Best, Paul

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)