@echo off
title 个性化鼠標右键
echo 背景编号:
echo 1=背景1 2=背景2 3=背景3
:index
set /p img=输入背景编号:
if "%img%"=="1" goto cp
if "%img%"=="2" goto cp
if "%img%"=="3" goto cp
goto index
:cp
copy "ContextBG-mm%img%.dll" "%SystemRoot%" >nul && regsvr32 "%SystemRoot%\ContextBG-mm%img%.dll" && echo 设置成功!如果看不到效果请注消或重启一次就OK!&& exit || echo 设置失败
Last edited by sinbao on 2007-11-23 at 01:37 PM ]