
Then, to escape special characters: in command line, use: "vlc" substring :nCNA+^%28HD^%29^&profile=^&stid=2019045506 % to ^% (percent sign: use standard escape character caret ^ as well).įor better readability, consider merely this substring excerpted from your command line (containing both & and % that should be escaped): "vlc" substring :nCNA+%28HD%29&profile=&stid=2019045506.& to ^& (ampersand: use standard escape character caret ^).Unfortunately, there are different parsing and escaping rules: There are some characters in your vlc command line that should be escaped to be taken literally.

Read Syntax : Escape Characters, Delimiters and Quotes.
