This one is killing me because TCC doesn't have regex substitution that I know about, and I'd rather not rely on sed.
I just want to be able to do:
I'd also like this function to be created inside of a bat file, as it's going to be part of my set-colors.bat that defines all my ansi characters.
Just having trouble making it myself because of a lack of experience with functions in general.
Adding to the complication is I'm doing...
Read more
I just want to be able to do:
Code:
set CLEAN_TITLE=%@STRIP_ANSI[%title_with_ansi]
Just having trouble making it myself because of a lack of experience with functions in general.
Adding to the complication is I'm doing...
Read more