install.bat 231 B

123456
  1. @md c:\cstools
  2. @copy *.exe c:\cstools
  3. @copy *.dll c:\cstools
  4. @reg add HKEY_CLASSES_ROOT\*\shell\extract_mpq /ve /d "½âѹËõMPQ" /f
  5. @reg add HKEY_CLASSES_ROOT\*\shell\extract_mpq\command /ve /d "c:\cstools\toolsmpq.exe \"%%%L\"" /f