I am trying to write a script or run directly from a batch from - that will download a file from the internet and place it in a directory that the script was ran from. I can do it already in v3 and v4 but powershell 2.0 is giving me issues. I'm not a programmer so this is basically new to me.
What I want.
Download file from url place file within a directory that the .bat or .ps1 was ran from
Any luck?