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)