• OS/2 native doors

    From Sean Dennis@1:18/200 to All on Thursday, November 24, 2005 11:56:48
    Hi, everyone.

    I'm slowly (and I mean slowly! :) working on porting all of my doors to an OS/2
    native version. I'm using Manndoor, which uses DOOR32.SYS for its drop file. I know that a few BBSes support that, such as Mystic and EleBBS. I know that Telegard can (I wrote a script for it) and from past experience, Maximus and Synchronet BBSes should be able to do it also with the proper script.

    Does anyone else know what other BBS software might do that?

    Later,
    Sean

    // hausmaus@darktech.org | http://outpostbbs.net | ICQ: 19965647

    --- Telegard/2 v3.09.g2-sp4/mL
    * Origin: Outpost BBS - outpostbbs.darktech.org (1:18/200)
  • From Rich Wonneberger@1:2624/50 to Sean Dennis on Thursday, November 24, 2005 22:57:00
    *** Quoting Sean Dennis to All dated 11-24-05 ***
    Does anyone else know what other BBS software might do that?

    Sean,

    TAG uses door.sys iIrr.

    Rich
    I-Net turtil@frontiernet.net


    ... Breakdown can occur from many causes.
    ---
    * Origin: Turtil's Pond BBS. Monroe NY 845-783-2106 (1:2624/50)
  • From Gord Hannah@1:17/23.1 to Sean Dennis on Thursday, November 24, 2005 21:07:51
    Replying to a message from Sean Dennis 1:18/200 to All,

    About OS/2 native doors, On Thu Nov 24 2005

    Does anyone else know what other BBS software might do that?

    Check out Adept Sean I think it will handle doors as well.

    The Docs says something about door.sys.

    Hope this helps. Keep us posted.

    We are a fine board trying to make it better.
    http://www.pris.bc.ca/ghannah
    ghannah@pris.bc.ca
    Cheers! Gord
    -=Team OS/2=-
    --- timEd/2 1.10.y2k+
    * Origin: Marsh BBS (c), Dawson Creek, BC Canada (1:17/23.1)
  • From Sean Dennis@1:18/200 to Rich Wonneberger on Friday, November 25, 2005 15:55:14
    *** Quoting Rich Wonneberger from a message to Sean Dennis ***

    TAG uses door.sys iIrr.

    It's DOOR32.SYS - a completely different animal.

    Here's my script for a DOOR32.SYS dropfile in Telegard/2:

    ; DOOR32.SYS script written by Sean Dennis for Telegard/2
    ; hausmaus@darktech.org - 1:18/200@Fidonet
    ; Written on 12 October 2004 at 2035 CDT
    ;
    ; This is public domain. However, I wouldn't suggest changing
    ; anything except the "D:\TG" part for it to work. :)
    ;
    ; This works here for me-I hope it works for you!
    ;
    ; Usage inside TG/2:
    ;4. Command -E - Execute Script
    ;5. Options "door32 d:\tg\doorbat\oracle.cmd ~CN"
    ;
    ;I pass the node number to the batch file for my multinode
    ;setup I run.
    ;
    VARIABLE TEMP STRING
    VARIABLE BBSDIR STRING "D:\TG\TEMP~CN\"
    FILECREATE DOOR32.SYS
    ; Comm type (0=local, 1=serial, 2=telnet)
    ; ALWAYS KEEP THIS AT 1. Remember, if you're using SIO/VMODEM,
    ; you're using com ports, NOT telnet sockets. That's only under
    ; Win32. I'd recommend using the door's -L command line if you
    ; are going to run it locally under the BBS.
    FILEPUT "1"
    ; Comm or socket handle
    FILEPUT "~2P"
    ; Baud rate
    FILEPUT "~CB"
    ; BBSID (software name and version)
    FILEPUT "Telegard/2 ~SV"
    ; User record position (1-based)
    ; NOTE: I think TG uses 0-based record positions (it always
    ; reports mine as 0 as the sysop), so if you use this, be sure
    ; to increment the number by one.
    FILEPUT "~UN"
    ; User's real name
    FILEPUT "~UR"
    ; User's handle/alias
    FILEPUT "~UH"
    ; User's security level
    FILEPUT "~US"
    ; User's time left (in minutes)
    FILEPUT "~CM"
    ; Emulation *See Below
    FILEPUT "~UW"
    ; Current node number
    FILEPUT "~CN"
    FILECLOSE
    MENU D-@*@

    ;* The following are values we've predefined for the emulation:
    ;
    ; 0 = Ascii
    ; 1 = Ansi
    ; 2 = Avatar
    ; 3 = RIP
    ; 4 = Max Graphics
    ;
    ; Avatar, RIP, and Max Graphics all have ANSI fallback support, so most door
    ; libraries that don't support those emulations can just use ANSI if emulation ; 2, 3, or 4 is encountered.
    ...as you can see, it's completely different from DOOR.SYS. :)

    TAG can still use my DOS version of the door(s), of course. I'll never abandon
    DOS users like some door authors have.

    Later,
    Sean

    // hausmaus@darktech.org | http://outpostbbs.net | ICQ: 19965647

    --- Telegard/2 v3.09.g2-sp4/mL
    * Origin: Outpost BBS - outpostbbs.darktech.org (1:18/200)
  • From Sean Dennis@1:18/200 to Gord Hannah on Friday, November 25, 2005 15:56:08
    *** Quoting Gord Hannah from a message to Sean Dennis ***

    The Docs says something about door.sys.

    As I said to Rich previously, it's DOOR32.SYS, not DOOR.SYS. Two different dropfiles. I do believe that using REXX, however, I could get Adept to create a DOOR32.SYS file. But that's above and beyond my knowledge right now. :)

    Later,
    Sean

    // hausmaus@darktech.org | http://outpostbbs.net | ICQ: 19965647

    --- Telegard/2 v3.09.g2-sp4/mL
    * Origin: Outpost BBS - outpostbbs.darktech.org (1:18/200)
  • From Dale A Cook@1:365/3253 to Sean Dennis on Wednesday, December 07, 2005 00:14:58
    Hi, everyone.

    I'm slowly (and I mean slowly! :) working on
    porting all of my doors to an OS/2 native version.
    I'm using Manndoor, which uses DOOR32.SYS for its
    drop file. I know that a few BBSes support that,
    such as Mystic and EleBBS. I know that Telegard
    can (I wrote a script for it) and from past
    experience, Maximus and Synchronet BBSes should be
    able to do it also with the proper script.

    Does anyone else know what other BBS software might do that?

    Later,
    Sean

    Sorry to ask off subject,but what version of os/2 do you ? or ecs maybe??


    --- Maximus/2 3.01
    * Origin: Gargoyle's Place BBS (1:365/3253)
  • From Sean Dennis@1:18/200 to Dale A Cook on Wednesday, December 07, 2005 16:48:46
    Dale,

    *** Quoting Dale A Cook from a message to Sean Dennis ***

    Sorry to ask off subject,but what version of os/2 do
    you ? or ecs maybe??

    I use OS/2 Warp 4.52. I do have a legal copy of eCS 1.2 coming to me, but I've
    no need for it (for now-might install it on a laptop later or something).

    Later,
    Sean

    // sean@outpostbbs.net | http://outpostbbs.net | ICQ: 19965647

    --- Telegard/2 v3.09.g2-sp4/mL
    * Origin: Outpost BBS - outpostbbs.darktech.org (1:18/200)