Horje
how to write double quotation marks in string powershell Code Example
how to write double quotation marks in string powershell
# If you want to include in your string a quotation marks in, you need to put
# behind the quotation marks the backtick symbol. If you don't know what this is
# 'Backtick symbol' then search that in google and look how this is looks like.
# Here below there is an example about quotation marks in string:

Write-Output "Your name is `"Hell`"???"




35


Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10