
CODE: [Copy to clipboard]=====================================echo off
if "%1" equ "" goto requirepath
rem 更改当前目录
cd %1
echo 开始注册
tregsvr %1\webserver.dll
for /R %%f in (*.dll *.ocx) do tregsvr %%f
FD_MAINCLT.EXE -REGSERVER
CACHESERVER.EXE -REGSERVER
echo 注册完成
goto success
:requirepath
echo 语法格式: regfmis 目录,如:regfmis D:\bin
:success
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |