content

» Set Server Info, Meta-Update Samples

Move your mouse round the image for details.

This one-line Meta-Update script updates a single Server Info "key" or "field" in the automatic tag: AR_INFO.

[Main] declares script arguments and usage.

[Do] simply has an AssignInit=. It executes the single assignment in [Do-asg] and we're done.

Usage examples:

SvrInfo-set.ini   Do
   -key ADMIN_ONLY
   -val 1
SvrInfo-set.ini   Do
   -key ALLOW_GUESTS
   -val 0

Set Server Info Script