@echo off :: ############################################################################### :: # :: # Copyright (C) 2009-2013 Nintendo. All rights reserved. :: # :: # These coded instructions, statements, and computer programs contain :: # proprietary information of Nintendo of America Inc. and/or Nintendo :: # Company Ltd., and are protected by Federal copyright law. They may :: # not be disclosed to third parties or copied or duplicated in any form, :: # in whole or in part, without the prior written consent of Nintendo. :: # :: ############################################################################### call getbridgetype.bat if /I "%BRIDGE_TYPE%"=="Mion" ( if "%1"=="" ( echo Current Bridge Name = %BRIDGE_CURRENT_NAME% echo Current Bridge IP Address = %BRIDGE_CURRENT_IP_ADDRESS% ) else ( getbridgeconfig.exe %* ) ) else ( echo Bridge type invalid: This bridge tool only works with Catdev v3 or ev_x4 and newer devkits )