• Invisible

    From shinobi@21:1/153 to All on Wednesday, April 25, 2018 08:56:45
    Hello All,

    I wonder is there any way to suppress the Invisible login prompt and default
    it to yes without pressing any key? I found Avon's video on how to force it default to Yes. But I'd like to keep invisible in each visit without the need to confirm it.

    Thanks & best regards

    Shinobi

    --- Mystic BBS v1.12 A38 2018/01/01 (Linux/64)
    * Origin: INFOLINKA BBS (21:1/153)
  • From g00r00@21:1/108 to shinobi on Wednesday, April 25, 2018 13:26:13
    I wonder is there any way to suppress the Invisible login prompt and default it to yes without pressing any key? I found Avon's video on how
    to force it default to Yes. But I'd like to keep invisible in each visit without the need to confirm it.

    That particular video is not a good one to follow its teaching people something that is not correct. You should be using those commands in the actual Yes/No prompt that you want to set the default to not any other prompts.

    Do you want to always be invisible for just you or for everyone who has access to login as invisible? The answer to that depends on how we'll accomplish what you want.

    You can force it always for everyone if you set the prompt to "!stuffkey Y" (without the quotes) and then create stuffkey.mps in your SCRIPTS directory that has these 4 lines of content (remember to mplc stuffkey after to compile it)

    Begin
    If ParamCount = 0 Then Exit
    StuffKey(ParamStr(1));
    End.

    Its not the prettiest solution but it should do what you want

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Sector 7 [Mystic BBS WHQ] (21:1/108)