Hello everybody,
In a Powershell script, I have this :
<#
# # # # # # rem Copy-Item -Path Y:\web\$N $path;
#
#
#>
and at compilation it yells that Rem is not recognized as a command. Well, does this mean that rem is code and not a comment ? How can I solve this ?
My first attempt was just like this :
# rem Copy-Item -Path Y:\web\$N $path;
I have no clue why it appears bold, but at least like that it is clear, as I made three iterations to make the character appear rather than being interpreted as bold.