Horje
powershell comment Code Example
powershell comment
Single line comment:
# This is a comment

For PowerShell v2 and newer you can do also multiline comments:
<#
This 
is 
a multiline
comment
#>
powershell multiline comment
<#

MULTILINE 
COMMENT
HERE

#>




Shell

Related
install requests python Code Example install requests python Code Example
how to install proxychains Code Example how to install proxychains Code Example
kill all screen sessions linux Code Example kill all screen sessions linux Code Example
kill a port windows Code Example kill a port windows Code Example
conda install more-itertools Code Example conda install more-itertools Code Example

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