Spotify
Post date: Dec 11, 2013 11:46:52 AM
@rem Spotify is a digital music-streaming service that gives you on-demand access to millions of songs on all your devices.
@rem Spotify 是一種數位音樂串流的服務,讓你可以使用各種裝置自由選擇存取數千萬首歌曲。
@rem https://www.spotify.com/hk-zh/
if exist "Spotify\Spotify Installer.exe" goto next
start /wait "" wget.exe "http://download.spotify.com/Spotify Installer.exe" --directory-prefix=Spotify
:next
start /wait "" "Spotify\Spotify Installer.exe"