Last active
August 29, 2015 13:55
-
-
Save ph3nx/8770152 to your computer and use it in GitHub Desktop.
Batchfile to copy updated project files in the webroot and open the website in chrome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcopy /s /Y C:\Users\Pascal\drive\Projects\karteikarten C:\xampp\htdocs\karteikarten | |
chrome "http://localhost/karteikarten" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment