• MPL Question

    From niter3@21:1/199 to All on Tuesday, December 20, 2022 16:55:37
    Question around MPL.

    How do others interface with the OS. I've been using the menucmd DD to call on external programs. Is there a better way?

    ... Error 3032 - Recursion error. See error 3032.

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Clutch BBS * telnet://bbs.clutchbbs.com (21:1/199)
  • From niter3@21:1/199 to All on Monday, January 02, 2023 11:21:21
    Looking for some assistance.

    I'm working on a new app and I have a very long menucmd DD that is issued to the OS. Under linux it works fine, but under windows it cuts out command. It's as if windows doesn't accept the length of the command.

    Can anyone confirm, or have suggestions on an alternative way to work with this on windows?

    ... This virus requires Microsoft Windows 3.x

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Clutch BBS * telnet://bbs.clutchbbs.com (21:1/199)
  • From MaNDaRaX@21:1/156 to niter3 on Monday, January 02, 2023 14:09:45
    issued to the OS. Under linux it works fine, but under windows it cuts
    out command. It's as if windows doesn't accept the length of the command.


    If you have to you could run things through a batch file in Windows? I would assume you you are utilizing multiple commands
    chained together?


    Insomnia City BBS SysOp
    Kalamazoo, MI USA
    bbs.farcasternet.org Telnet 23, SSH 2222

    ... Marriage is one of the chief causes of divorce

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Insomnia City BBS - Kalamazoo, MI (21:1/156)
  • From niter3@21:1/199 to MaNDaRaX on Monday, January 02, 2023 14:44:26

    If you have to you could run things through a batch file in Windows? I would assume you you are utilizing multiple commands

    It's a bunch of variables concatenated together. I've tried this exact scenario, creating a temporary batch file but it's the same deal. I have to output all the variables together into one line and it gets cut off.

    Unless of course there is a way to append text to a file on the same line and not onto a new line?

    ... Everyone smiles in the same language.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Clutch BBS * telnet://bbs.clutchbbs.com (21:1/199)