0

So im storing a .zip file on my site's server, and i wanna use that to make a simple autoupdate program with batch and powershell. How can i do this?

The code i was trying to use: powershell Invoke-WebRequest -Uri "[site-ipv6]/ *path* /package.zip" -OutFile "C:\"

DarkDoom_0
  • 11
  • 3
  • I was a bit unclear, basically im trying to download a file with batch and powershell, sorry – DarkDoom_0 Mar 21 '19 at 15:18
  • check also this: https://stackoverflow.com/questions/28143160/how-can-i-download-a-file-with-batch-file-without-using-any-external-tools – npocmaka Mar 21 '19 at 20:28

0 Answers0