• Command Shell Modifyi

    From Tracker1@VERT/RDBBS to All on Sun Feb 24 05:22:00 2002
    "Bloodfire" <Bloodfire@VERT> wrote in message news:89...
    RE: Command Shell Modifying
    BY: to Bloodfire on Sun Feb 24 2002 03:18 am

    Yes, they're hardcoded.

    -Rob

    Dang it, Oh well, Gotta think up something new for those menu's then, Make it flow with my other shells

    If your games don't change much, you can do custom menus for the
    games, calling the appropriate externals..

    =======================================================================
    Michael J. Ryan - tracker1(-at-)theroughnecks.com
    Roughneck BBS: Home of SynchroWeb and BeerMe!
    http://www.theroughnecks.net telnet://theroughnecks.net =======================================================================
    Y!: aztracker1 - msn: see email - aim & icq: BOYCOTTED
    One program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/

    ---
    þ Synchronet þ Roughneck BBS - theroughnecks.net
  • From Bloodfire@VERT/BTLGRND to All on Sun Feb 24 15:14:00 2002
    RE: Command Shell Modifyi
    BY: to All on Sun Feb 24 2002 06:22 pm

    If your games don't change much, you can do custom menus for the
    games, calling the appropriate externals..

    Yeah I suppose, But I want to keep my work to a minimum right now, I Got 2 command Shells right now,(Got rid of the ones that came with synchro)
    I'll just mix up the xtrns to flow with the 2 shells.
    Also noticed a few of the other menu's are hardcoded as well, The chat menu for one...


    ---
    þ Synchronet þ Battleground BBS | Battleground.dyndns.org
  • From Digital Man@VERT to Bloodfire on Mon Feb 25 00:24:00 2002
    Re: Command Shell Modifyi
    By: Bloodfire to All on Mon Feb 25 2002 04:14 am

    If your games don't change much, you can do custom menus for the
    games, calling the appropriate externals..

    Yeah I suppose, But I want to keep my work to a minimum right now, I Got 2 command Shells right now,(Got rid of the ones that came with synchro)
    I'll just mix up the xtrns to flow with the 2 shells.
    Also noticed a few of the other menu's are hardcoded as well, The chat menu one...

    The chat menu is NOT hardcoded in v3.10.

    -Rob

    digital man

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Finnigann@VERT/BNB to Bloodfire on Mon Feb 25 03:47:00 2002
    Bloodfire wrote to All <=-

    RE: Command Shell Modifyi
    BY: to All on Sun Feb 24 2002 06:22 pm

    If your games don't change much, you can do custom menus for the
    games, calling the appropriate externals..

    Yeah I suppose, But I want to keep my work to a minimum right
    now, I Got 2 command Shells right now,(Got rid of the ones that

    Too bad, shells are user selectible, or they were, until you got rid of
    them.

    Also you can download some all ready to go from Vert and other places.

    came with synchro) I'll just mix up the xtrns to flow with the
    2 shells. Also noticed a few of the other menu's are hardcoded
    as well, The chat menu for one...

    Check out \SBBS\EXEC\CHAT_SEC.SRC Edit to your hearts content.

    If you hunt down all the instances where a shell migh diverge from the
    default, and you read up on what you don't know (about BAJA), you could
    whip up some interesting shells of your own.

    Actally I beleive the alternate BBS like-like screens would count as
    shells also...


    James King | Get TV-NET here
    Sysop - BNB BBS | ftp://bnb.dtdns.net\main\bbs\TV-NET.ZIP
    Coldwater, MI 49036 | http://www.synchro.net/sbbslist.html
    ... Only a vaRool would use such language in public.' --Riker
    --- MultiMail/MS-DOS v0.42
    þ Synchronet þ Bits-N-Bytes BBS One hellofa BBS Telnet://bnb.dtdns.net
  • From Bloodfire@VERT/BTLGRND to All on Mon Feb 25 06:41:00 2002
    RE: Command Shell Modifyi
    BY: to Bloodfire on Mon Feb 25 2002 01:24 pm

    The chat menu is NOT hardcoded in v3.10.

    -Rob

    Hmm ok, Well What I did was just modify the default shell twice, once for each of my shells,and noticed this line for chat.
    cmdkey C
    chat_section
    end_cmd

    So If I want to make serperate chat menu's I would have to add a chat section to the src?
    like this
    cmdkey C
    call Chat
    end_cmd

    Then add a section for chat in the src? Shwing which menu to use and what keys do what etc.
    Also if this is possible, Can't I also do this for xtrn?


    ---
    þ Synchronet þ Battleground BBS | Battleground.dyndns.org
  • From Bloodfire@VERT/BTLGRND to All on Mon Feb 25 06:46:00 2002
    RE: Command Shell Modifyi
    BY: to All on Mon Feb 25 2002 07:41 pm

    Hmm ok scratch that last message, I'm running 3.00, Maybe I should get the update


    ---
    þ Synchronet þ Battleground BBS | Battleground.dyndns.org
  • From Bloodfire@VERT/BTLGRND to All on Mon Feb 25 07:30:00 2002
    RE: Command Shell Modifyi
    BY: to Bloodfire on Mon Feb 25 2002 04:47 pm

    Yeah I suppose, But I want to keep my work to a minimum right
    now, I Got 2 command Shells right now,(Got rid of the ones that

    Too bad, shells are user selectible, or they were, until you got rid of
    them.

    Users can still select between the 2 I created.


    Check out \SBBS\EXEC\CHAT_SEC.SRC Edit to your hearts content.

    I dont have that SRC in my version, It must be in 3.10 as rob said, if so i'll play with it and fix that menu, wish the xtrn_sec src's were in there, =(


    ---
    þ Synchronet þ Battleground BBS | Battleground.dyndns.org
  • From Finnigann@VERT/BNB to Bloodfire on Mon Feb 25 15:57:00 2002
    Bloodfire wrote to All <=-

    RE: Command Shell Modifyi
    BY: to Bloodfire on Mon Feb 25 2002 04:47 pm

    Yeah I suppose, But I want to keep my work to a minimum right
    now, I Got 2 command Shells right now,(Got rid of the ones that

    Too bad, shells are user selectible, or they were, until you got rid of
    them.

    Users can still select between the 2 I created.


    Check out \SBBS\EXEC\CHAT_SEC.SRC Edit to your hearts content.

    I dont have that SRC in my version, It must be in 3.10 as rob
    said, if so i'll play with it and fix that menu, wish the
    xtrn_sec src's were in there, =(

    You CAN create a file to be displayed. Edit it in thedraw convert to
    Sync color and it will show whatever you like. Same thing with XTRN1
    XTRN2 XTRN3...

    There is quite a long list of screen files you can create that SBBS will display instead of the hard-coded pages.


    James King | Get TV-NET here
    Sysop - BNB BBS | ftp://bnb.dtdns.net\main\bbs\TV-NET.ZIP
    Coldwater, MI 49036 | http://www.synchro.net/sbbslist.html



    ... Life is tough. It's tougher if you're stupid. -John Wayne
    --- MultiMail/MS-DOS v0.42
    þ Synchronet þ Bits-N-Bytes BBS One hellofa BBS Telnet://bnb.dtdns.net
  • From Bloodfire@VERT/BTLGRND to All on Mon Feb 25 18:56:00 2002
    RE: Command Shell Modifyi
    BY: to Bloodfire on Tue Feb 26 2002 04:57 am

    You CAN create a file to be displayed. Edit it in thedraw convert to
    Sync color and it will show whatever you like. Same thing with XTRN1
    XTRN2 XTRN3...

    There is quite a long list of screen files you can create that SBBS will display instead of the hard-coded pages.

    Don't think you know what I mean, Yes I already created many pages, xtrn1 etc, but without the xtrn_sec being hard coded, I cant change those menu's for different shells, No matter what shell i use, I'm stuck with thoe xtrn1,2,3 etc menu's.


    ---
    þ Synchronet þ Battleground BBS | Battleground.dyndns.org
  • From Tracker1@VERT/RDBBS to All on Mon Feb 25 23:40:00 2002
    "Bloodfire" <Bloodfire@VERT> wrote in message news:98...

    Don't think you know what I mean, Yes I already created many pages, xtrn1
    etc,
    but without the xtrn_sec being hard coded, I cant change those menu's for different shells, No matter what shell i use, I'm stuck with thoe xtrn1,2,3
    etc
    menu's.

    there are @ codes for security..

    =======================================================================
    Michael J. Ryan - tracker1(-at-)theroughnecks.com
    Roughneck BBS: Home of SynchroWeb and BeerMe!
    http://www.theroughnecks.net telnet://theroughnecks.net =======================================================================
    Y!: aztracker1 - msn: see email - aim & icq: BOYCOTTED
    One program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/

    ---
    þ Synchronet þ *QWK Origin: Roughneck BBS - theroughnecks.net
  • From Finnigann@VERT/BNB to Bloodfire on Tue Feb 26 01:55:00 2002
    Bloodfire wrote to All <=-

    RE: Command Shell Modifyi
    BY: to Bloodfire on Tue Feb 26 2002 04:57 am

    You CAN create a file to be displayed. Edit it in thedraw convert to
    Sync color and it will show whatever you like. Same thing with XTRN1
    XTRN2 XTRN3...

    There is quite a long list of screen files you can create that SBBS will display instead of the hard-coded pages.

    Don't think you know what I mean, Yes I already created many
    pages, xtrn1 etc, but without the xtrn_sec being hard coded, I
    cant change those menu's for different shells, No matter what
    shell i use, I'm stuck with thoe xtrn1,2,3 etc menu's.

    Ok... I missed your point on that one.

    But couldn't you have all of you extra screens made up before hand and
    have a batch file copy them over to \sbbs\text\menu as needed depending
    on which shell is being used... Of course this would be quite
    disconcerting if more than one user were on at a time... should be away
    around this, but danged if I can think of one just now...

    Maybe as part of the 'X' command the batch file could be called copying
    the files... just muttering to myself, pay it no mind.


    James King | Get TV-NET here
    Sysop - BNB BBS | ftp://bnb.dtdns.net\main\bbs\TV-NET.ZIP
    Coldwater, MI 49036 | http://www.synchro.net/sbbslist.html



    ... Knock soft, yet firmly. I like soft, firm knockers.
    --- MultiMail/MS-DOS v0.42
    þ Synchronet þ Bits-N-Bytes BBS One hellofa BBS Telnet://bnb.dtdns.net