This file contains 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
@echo. | |
@echo For converting Git symlink files to Windows file symlinks. | |
@echo * Run in repository root as Administrator. | |
@echo * Handling of folder symlinks is not implemented. | |
@echo * Intended for windows versions Vista and above (Win 7,8) | |
@echo. | |
@echo Thanks to: http://stackoverflow.com/a/5930443/1031870 | |
@echo v1.02 (c) 2015 Robert Benko (Quazistax), License: MIT | |
@echo. |