diff --git a/html/Makefile b/html/Makefile index beed81ff..045cd28c 100644 --- a/html/Makefile +++ b/html/Makefile @@ -27,7 +27,7 @@ H_IMAGES = images/b_arrow.png images/magic.png images/nodes1.png \ images/go_to.png images/nodelist3.png images/tty2.png \ images/hatch.png images/nodelist4.png images/tty3.png \ images/language.png images/nodelist5.png images/uarrow.png \ - images/larrow.png images/users.png \ + images/larrow.png images/users.png images/doors2.png \ images/mbse.png images/taskmgr.png images/mbsebbs-s.png \ images/mbsebbs.png images/users2.png images/hand.up.png \ images/dream1.png images/dream2.png images/dream3.png \ diff --git a/html/doors.html b/html/doors.html index abe8a9a9..c954733d 100644 --- a/html/doors.html +++ b/html/doors.html @@ -14,7 +14,7 @@
-+Last update 09-Aug-2004
Last update 11-Aug-2004
MBSE BBS - Running DOS doors.
Introduction
@@ -87,16 +87,17 @@ favourite dos editor, zip and unzip etc.
Next we must createconfig.sys
andautoexec.bat
. These files must be dos crlf formatted. You can do that with the joe editor, for examplejoe -crlf config.sys
. Examples:
-config.sys
+config.sys: + BUFFERS = 20 DEVICE=C:\DOS\SETVER.EXE SET TEMP=C:\TEMP DOS=HIGH,UMB FILES=50 --autoexec.bat
-+ +autoexec.bat: + @ECHO OFF PROMPT $P$G PATH C:\DOSEMU;C:\DOS;C:\UTIL; @@ -125,8 +126,40 @@ directory in the dos C: drive and copies the door dropfiles into that node directory. Finally it starts dosemu in virtual comport mode and inserts the commands in dos to start the door.
But before we can run the door, the door itself must be installed in the dos -partition. - +partition. In this example I will explain how to install the door 8ball. +Startmbsedos
and create a directoryc:\doors\8ball
. +Unpack 8ball in that directory and runsetup
. Test the door with +the commandlocal
. Now goto the directoryc:\doors
and +create the file8ball.bat
. That file will be used to start the +door. It will be called byc:\doors.bat
with two parameters, the +name of the door and the nodenumber. ++@ECHO OFF +C: +C:\UTIL\X00 E B,0,57600 +CD \DOORS\8BALL +ASKME.EXE /E /C1 /PC:\DOORS\NODE%1 +C:\UTIL\X00 +CD \DOORS\NODE%1 +DEL DOOR.SYS +DEL DOOR32.SYS ++Finally we have to make a menu entry to start the door. The Opt. Data line is +the command to start the door, the optional/N
is replaced by the +current nodenumber of the user. A second option may be used, +novirtual
, if that is present therundoor.sh
will +start dosemu without setting the comport in virtual mode. Use this if your door +isn't a real door but a normal dos program. ++
+Note that I use the +Display lines to make the menu, there are only ansi screens for the top and +common lines on the screen, see the second image how to build the whole doors +menu. +
+ +
+That's it.
What if I don't upgrade
diff --git a/html/faq.html b/html/faq.html index fe6f930e..8d33061d 100644 --- a/html/faq.html +++ b/html/faq.html @@ -16,7 +16,7 @@-MBSE BBS FAQ and Howto.
+Last updated 01-Jul-2004
Last updated 11-Aug-2004
Authors: P.E. Kimble aka King Kimerud kimerud@bayhaus.org @@ -906,6 +906,11 @@ Fidonet: Redy rodriguez 2:348/609 Email: redy@users.sourceforge.net Redy_Rodriguez@f609.n348.z2.fidospain.org++Note: the next method is obsolete, with newer versions of dosemu it is +possible to run the doors without sudo but with user privileges. See the +doors page for details. The information below is for +old versions of dosemu.
NO WARANTEE
diff --git a/html/images/doors2.png b/html/images/doors2.png new file mode 100644 index 00000000..d6287498 Binary files /dev/null and b/html/images/doors2.png differ