I found when posting batch files in WordPress I sometimes got unwanted smiley faces. So a batch subroutine called output shows up like this:
:output
To avoid this use the code : to escape the colon.
The result is displayed:
:output
"Yeah. I wrote a script that will do that."
I found when posting batch files in WordPress I sometimes got unwanted smiley faces. So a batch subroutine called output shows up like this:
:output
To avoid this use the code : to escape the colon.
The result is displayed:
:output