diff --git a/html/doors.html b/html/doors.html index 2701f363..60bb3d35 100644 --- a/html/doors.html +++ b/html/doors.html @@ -105,9 +105,29 @@ Lh C:\DOS\DOSKEY /INSERT Lh C:\DOS\SHARE Now we are ready to try it, type mbsedos and the dos emulator -should start. +should start. You can leave dosemu with the command exitemu.

 

+

Installing a door

+

+All doors are started using the script ~/bin/rundoor.sh. This script +is never started directly, you should make a copy of that with the name of the +door, but the best solution is to make a symlink with the name of the door. For +example:
+

+mbse@seaport$ cd ~/bin
+mbse@seaport:~bin$ ln -s rundoor.sh ilord
+
+See also inside rundoor.sh for the instructions. This file does +several things, first it prepares the users home directory with the dosemu +environment so that dosemu will run for the user. Then it creates a node +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. +

 

+

What if I don't upgrade

That's your choice, but for a while the old method starting dosemu via sudo is