modmii.github.io/ModMii_Syscheck_CSV_Context_Installer.bat
xflak40 bb5ce4cd76 ModMii v6.2.0 Changelog:
Added IOS62 to Active IOS downloads.

Updated ModMii's Shop Channel download to v21.

Added support for new neek2o revs with separate di modules for SD\USB (i.e. dimodule-usb.elf and dimodule-sd.elf)

Postloader forwarder updated from v3 to v4

MyMenuify Mod updated from v1.4 to v1.5

Replaced\mirrored nusad google code download links with dropbox links.

Updated WiiFlow download to grab the most recent version hosted here: http://code.google.com/p/wiiflow/downloads/list

Replaced Joyflow with WiiFlow because WiiFlow can now run via an emulated NAND and JoyFlow is no longer being developed. Also replaced JoyFlow forwarder with WiiFlow v14b forwarder.

Added instructions for users to manually save DML (or Dios Mios) WADs to temp\DML so ModMii can find them. Also disabled ModMii's ability to automatically download versions hosted online because the DML devs keep changing how\where there files are saved and I do not want to mirror their downloads elsewhere.

This update is most likely going to be the last ModMii update. There'll probably only ever be another update if there's a bug, another nintendo update, a bug-free alternative for MMM with wiimote+ support, or if an old friend asks me for a favour. This project has been a lot of fun for me; I've learned a lot and made a lot of friends along the way that will last a lifetime. I want to thank everyone for their support during this crazy adventure, I will truly cherish every minute of it. And while I won't be actively working on ModMii anymore, I don't plan on disappearing so I'll still be around to answer questions. Also, you'll hopefully hear more from me when I eventually create my "XFlak" webpage for my other small projects that I've been working on, so keep your eyes peeled for that. And if you're an old friend reading this, even if it's 10 years from now, you should still be able to reach me via my xflak40@hotmail.com email address. Thanks everyone, it's been real.
2012-11-13 03:08:01 +00:00

31 lines
821 B
Batchfile

@echo off
setlocal
chdir /d "%~dp0"
set PATH=%SystemRoot%\system32;%SystemRoot%\system32\wbem;%SystemRoot%
chcp 437>nul
if not exist Support cd..
reg query HKCR\.csv>temp.txt
Support\sfk filter -quiet temp.txt ++Default -rep _*" "__ -write -yes
set /p key= <temp.txt
::set key=* to add to context for ALL files
del temp.txt>nul
> %TEMP%.\TEMP.REG ECHO Windows Registry Editor Version 5.00
>>%TEMP%.\TEMP.REG ECHO.
>>%TEMP%.\TEMP.REG ECHO [HKEY_CLASSES_ROOT\%key%\shell\Analyze Syscheck Log using ModMii]
>>%TEMP%.\TEMP.REG ECHO.
>>%TEMP%.\TEMP.REG ECHO [HKEY_CLASSES_ROOT\%key%\shell\Analyze Syscheck Log using ModMii\command]
>>%TEMP%.\TEMP.REG ECHO @="\"%cd:\=\\\\%\\\\ModMii.exe\" %%1"
>>%TEMP%.\TEMP.REG ECHO.
START /WAIT REGEDIT /S "%TEMP%\TEMP.REG"
DEL "%TEMP%\TEMP.REG">nul