Forum Discussion
DeanOusterhout
9 years agoQrew Assistant Captain
Thanks Dan. I am using powershell... I will lookup the urlencode.
_anomDiebolt_
9 years agoQrew Elite
$Encode = [System.Web.HttpUtility]::UrlEncode($URL)
$Decode = [System.Web.HttpUtility]::UrlDecode($Encode)
Do us a favor and post your script when it is debugged.
$Decode = [System.Web.HttpUtility]::UrlDecode($Encode)
Do us a favor and post your script when it is debugged.