Posts by user132567 • 1 point
2 posts
-
0
votes1
answer446
viewsA: Powershell (new-Object System.Net.Webclient). Downloadfile Strings as Arguments
For some reason I couldn’t see, my string had invalid characters. They were removed as follows. $array=$array -replace "`n","" and $array=$array -replace "`r","" I hope I’ve helped.…
-
0
votes1
answer446
viewsQ: Powershell (new-Object System.Net.Webclient). Downloadfile Strings as Arguments
I have the following code that I use to download the last chromedriver for a specific folder: (new-object…