• Weird Door Problem

    From Cozmo@21:3/135 to All on Thu Apr 29 16:38:09 2021
    I have a weird problem. I have a Door program that I installed. When I try to "open" the Door It shows that Netfoss loads, "NetFoss - Revision 5 FOSSIL - Com Eng v1.25RC - (c) 2001-2021 pcmicro.com" but, the door doesn't appear to load. The screen stays at the menu with that text saying Netfoss is loaded. But, when i go to the computer that has my BBS on it and do an ALT-V to view the user The Door program is actually loaded I can see it when I ALT-V but
    the user can't see it. It just sits at the menu screen. Hope thats makes
    sense.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Avon@21:1/101 to Cozmo on Fri Apr 30 19:49:34 2021
    On 29 Apr 2021 at 04:38p, Cozmo pondered and said...

    I have a weird problem. I have a Door program that I installed. When I
    try to "open" the Door It shows that Netfoss loads, "NetFoss - Revision
    5 FOSSIL - Com Eng v1.25RC - (c) 2001-2021 pcmicro.com" but, the door doesn't appear to load. The screen stays at the menu with that text
    saying Netfoss is loaded. But, when i go to the computer that has my BBS on it and do an ALT-V to view the user The Door program is actually
    loaded I can see it when I ALT-V but the user can't see it. It just sits at the menu screen. Hope thats makes sense.

    if you can share the bat file you call to load netfoss and the command line
    you use for running the door... thanks :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Cozmo@21:3/135 to Avon on Fri Apr 30 17:34:03 2021
    if you can share the bat file you call to load netfoss and the command line you use for running the door... thanks :)

    NF.BAT
    @ECHO off
    c:\mystic\netfoss\ansi.com
    c:\mystic\netfoss\netfoss.com %1
    rem ** If running a DOS based BBS (or Mystic), add " %1" to the end of above line **
    if errorlevel 1 goto end
    c:\mystic\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 c:\mystic\netfoss\netfoss.com /u
    :end

    door.bat
    ECHO OFF
    C:
    CD \MYSTIC\DOORS\BIORHYTH
    BIORHYTH.EXE C:\MYSTIC\temp%1\DOOR.SYS
    C:
    CD \MYSTIC
    EXIT

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Cozmo@21:3/135 to Avon on Fri Apr 30 17:34:03 2021
    if you can share the bat file you call to load netfoss and the command line you use for running the door... thanks :)

    NF.BAT
    @ECHO off
    c:\mystic\netfoss\ansi.com
    c:\mystic\netfoss\netfoss.com %1
    rem ** If running a DOS based BBS (or Mystic), add " %1" to the end of above line **
    if errorlevel 1 goto end
    c:\mystic\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 c:\mystic\netfoss\netfoss.com /u
    :end


    command line:
    (DD) Exec external program

    C:\MYSTIC\NETFOSS\NF.BAT /N%3 /H%0 c:\mystic\doors\czodiac\czodiac.bat %3

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Cozmo@21:3/135 to Avon on Sat May 1 14:34:25 2021
    Figured out what the problem was. I left out a /D parameter in the Batch file to run the door. I had "czodiac c:\mystic\temp%1\door.sys" should be
    "czodiac /Dc:\mystic\temp%1\door.sys" So many times it's something so simple and right in front of your face but you miss it. Must have checked that file at least 10 times. :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From paulie420@21:2/150 to Cozmo on Sat May 1 17:57:42 2021
    Figured out what the problem was. I left out a /D parameter in the Batch file to run the door. I had "czodiac c:\mystic\temp%1\door.sys" should be
    "czodiac /Dc:\mystic\temp%1\door.sys" So many times it's something so simple and right in front of your face but you miss it. Must have
    checked that file at least 10 times. :)

    What does the /D do if you don't mind the ask. Is it for Mystic, DOSBox or another software? Or the door even. :P



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A47 2021/04/20 (Raspberry Pi/32)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From Avon@21:1/101 to Cozmo on Sun May 2 14:35:09 2021

    On 01 May 2021 at 02:34p, Cozmo pondered and said...

    Figured out what the problem was. I left out a /D parameter in the Batch

    ah good catch... sorry I was a bit slow to reply with thoughts..

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Cozmo@21:3/135 to paulie420 on Sun May 2 15:37:10 2021
    What does the /D do if you don't mind the ask. Is it for Mystic, DOSBox
    or another software? Or the door even. :P

    Paulie, according to the sysop.txt file for this Door it says:
    /D<path> - Specifies the full path and filename of what dropfile to
    use (DOOR.SYS or DORINFO1.DEF)

    From what I'm gathering from installing doors is that not all doors use that parameter. But this one does.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)