Skip to content

Instantly share code, notes, and snippets.

@luhaoming
Last active December 4, 2017 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luhaoming/d6116ef8f34574e6e45befd2b1c4213d to your computer and use it in GitHub Desktop.
Save luhaoming/d6116ef8f34574e6e45befd2b1c4213d to your computer and use it in GitHub Desktop.
daily download pchome by bitsadmin
:: @echo off
:: daily download pchome by bitsadmin
set /a dt=%date:~0,4%%date:~5,2%%date:~8,2%
set pchome=http://24h.pchome.com.tw/onsale/v3/%dt%/#!3c.htm
bitsadmin.exe /transfer "download" %pchome% d:\local\downloads\pchome.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment