Subj : Re: NS Command parameters To : Fernando Toledo From : g00r00 Date : Mon Oct 18 2021 04:13 pm FT> I am making a python script that runs with mystic -y miapp.mpy in a FT> separate process FT> FT> Is it possible to use the NS command to send a message to an active FT> node, specifying the node number and the message as parameters? FT> FT> example: FT> FT> import mystic_bbs as bbs FT> FT> node = 1 FT> msg = "hello" FT> bbs.menucmd ("NS", node, msg) Yes. You send the node number and then the message separated by the semi-colon. Use 0 as the node number if you want to send a system-wide broadcast message. For example: menucmd ("NS", "1;This message is for node 1") or menucmd("NS", "0;This is a broadcast to all users") .... Redundant book title: DOS For Dummies --- Mystic BBS v1.12 A47 2021/09/23 (Windows/64) * Origin: Sector 7 * Mystic WHQ (1:129/215) .