|
Re: Stumped by variable substitution I ran into this last night (while backup up MP3's)
If you use the -literalPath argument (rather than -Path), it doesn't
try to interpret the wildcards:
get-content -literalPath $CookieFile
See "help -detailed get-content:" |