Created
January 4, 2012 20:00
-
-
Save folkengine/1561760 to your computer and use it in GitHub Desktop.
Windows 7 Pseudo ln-s
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
IF NOT EXIST C:\opt\java\current\NUL GOTO NOWINDIR | |
rmdir C:\opt\java\current | |
:NOWINDIR | |
mklink /J C:\opt\java\current C:\opt\java\jdk1.6.0_26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment