View Single Post
Old 29 July 2021, 02:47   #5
Malakie
Registered User
 
Malakie's Avatar
 
Join Date: Jan 2020
Location: Wisconsin, USA
Posts: 194
Quote:
Originally Posted by Radertified View Post
Those are to do with scripting. Not sure why they'd be in your startup-sequence.

.KEY specifies the format of the arguments for a script
.BRA is changing the opening bracket from < to {
.KET is changing the closing bracket from > to }

For example:

Code:
 .KEY printthis
 .BRA {
 .KET }
 ECHO "Print the following text {printthis}."
Yea that explains why I did not recognize them then...

I have seen them now listed at the top of a couple different startup sequences which leads me to think they were used as some form of boot up thing to print text or something similar then.

Thanks for the info.. Appreciated
Malakie is offline  
 
Page generated in 0.04355 seconds with 11 queries