Skip to content

Instantly share code, notes, and snippets.

@sawadays0118
Created December 26, 2014 16:10
Show Gist options
  • Save sawadays0118/2fcb2e0004b5516a6856 to your computer and use it in GitHub Desktop.
Save sawadays0118/2fcb2e0004b5516a6856 to your computer and use it in GitHub Desktop.
【Windows】Web制作で役立ちそうなbatファイル色々 ref: http://qiita.com/sawadays0118/items/ab2fa9cbbbf052ac6102
set dirname=%DATE:/=%
mkdir %~dp0%dirname%
cd /d %~dp0
npm install
echo d | xcopy /e /i D:\xxxx\yyyy\zzzz %~dp0\zzzz
cd /d %~dp0
rename htaccess.txt .htaccess
rename htpasswd.txt .htpasswd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment