Skip to content

Instantly share code, notes, and snippets.

@folkengine
Created January 4, 2012 20:00
Show Gist options
  • Save folkengine/1561760 to your computer and use it in GitHub Desktop.
Save folkengine/1561760 to your computer and use it in GitHub Desktop.
Windows 7 Pseudo ln-s
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