mklinks.bat 226 B

123456
  1. @echo off
  2. %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
  3. cd /d "%~dp0"
  4. @echo on
  5. mklink /D rt-thread ..\..\rt-thread
  6. mklink /D libraries ..\..\libraries