联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off assoc .jpg=jpegfile ftype jpegfile=rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %%1
@echo off reg add HKEY_CLASSES_ROOT\jpegfile\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %1" /f
Originally posted by HAT at 2007-9-21 03:29 AM: try this one: @echo off reg add HKEY_CLASSES_ROOT\jpegfile\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %1" /f