• Adding doors

    From Phil Taylor@21:1/242 to All on Sun Mar 1 15:24:01 2026
    Can you please provide me with examples on a bbs door? I am running Mystic BBS under windows I need the command line and batch file example?

    Thanks
    Phil Taylor\

    Phil,
    telnet://ricksbbs.synchro.net:23
    http://ricksbbs.synchro.net:8080
    IRC www.irccloud.com/irc/ricksbbs/channel/ricksbbs
    --- SBBSecho 3.14-Win32
    * Origin: Rick's BBS - telnet://ricksbbs.synchro.net:23 (21:1/242)
  • From Geri Atricks@21:3/235 to Phil Taylor on Mon Mar 2 07:30:46 2026
    Suggest whatching these videos: https://www.youtube.com/@MysticGuyBBS

    He covers almost all of the aspects of setting up the BBS. Granted the videos need a sligh updating, but they are still valid. About the only things he doesn't cover (hint hint hint) is the setup of the WWW and FTP servers.

    -FltCapt Dallas Vinson, SFI

    ... A Scarf is just an unfinished Afghan

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Legends of Yesteryear (21:3/235)
  • From Cozmo@21:3/135 to Phil Taylor on Mon Mar 2 12:14:04 2026
    Can you please provide me with examples on a bbs door? I am running Mystic BBS under windows I need the command line and batch file example?

    Here is the basic setup for a door. Not all doors will be the same. Always check the DOC file for the settings.

    Command Line
    (DD) Exec external program

    DATA
    c:\mystic\netfoss\nf.bat /N%3 /H%0 c:\mystic\doors\ironox\ironox.bat %3 %0
    the above line will load NETFOSS and then call the .BAT file

    Batch File

    @echo off
    c:
    cd \mystic\doors\ironox
    ironox.exe c:\mystic\temp%1\door.sys

    REM this will change to the game directory and load the Game. c:\mystic\temp%1\door.sys is the directory where the drop file is based on what node the caller is on.

    But this is how many doors will work.

    |02-=|10Cozmo|02=-

    ... Read messages, not taglines

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)