wget-1.11.4-1-setup.exe
update.cmd
"C:\Program Files (x86)\GnuWin32\bin\wget.exe" "http://josm.openstreetmap.de/josm-latest.jar"
pause
alternativo (choco)
"C:\ProgramData\chocolatey\bin\wget.exe" --no-check-certificate "https://josm.openstreetmap.de/josm-latest.jar"
usando powershell
https://pastebin.com/hWK3fwRw
josm-update.ps1
Import-Module BitsTransfer
Start-BitsTransfer -source "http://josm.openstreetmap.de/josm-latest.jar"
sleep 5
usando powershell
https://pastebin.com/hWK3fwRw
josm-update.ps1
Import-Module BitsTransfer
Start-BitsTransfer -source "http://josm.openstreetmap.de/josm-latest.jar"
sleep 5
josm-update.cmd
powershell -executionpolicy Bypass -file josm-update.ps1
timeout 5