I am implementing JEA, and have a working .psrc Each visble function has a script block with a single command.
To be more elegant, I want two separete commands run in succession under one visible function. Example - first stop various services, then stop a specific website. I can’t figure out how to separete it, to avoid errors when connecting to the endpoint.
I have attempted a simple carriage return, semi colon, comma, group each command with parenthesis as to separate the commands. Nothing works.
it’s not that the forum shows code a funny way, it’s that you didn’t format the code. I provided a link with a guide to posting code.
You should edit your message, click the little gear icon on the format bar and you’ll find the “preformatted text” option.
Select all your “code” and then use that option. Or, put a line with three backticks before and after your code
``` #your code in between
```