jijimao
发表于 2008-8-8 14:43:37
图案立意很新颖哦!不错!
jsj731
发表于 2008-8-8 15:22:54
好的,攒一个./:good /:good
larry_wang
发表于 2008-8-8 17:06:12
真的很不错,强烈支持 /:good
blaZheng404
发表于 2008-8-9 04:19:30
h哈哈 好东西 下来看。。。
itisbad
发表于 2008-8-9 12:20:39
谢谢分享
好好研究/:09
itisbad
发表于 2008-8-9 12:23:58
小老虎作的很漂亮:victory:
yzxyz68
发表于 2008-8-9 12:38:28
呵呵,看看怎么用?
e.k-sean
发表于 2008-8-9 21:34:07
呵呵,我也来支持一个啦,好的说
黑暗次序
发表于 2008-8-10 09:57:46
@echo off
rem /*生成nfoViewer.bat文件*/
echo @echo off> nfoViewer.bat
echo color f0>> nfoViewer.bat
echo chcp 437^> nul>> nfoViewer.bat
echo cls>> nfoViewer.bat
echo title %%~n1%%~x1 - nfoViewer 1.0 By Keanjeason>> nfoViewer.bat
echo echo.>> nfoViewer.bat
echo echo.>> nfoViewer.bat
echo type %%1>> nfoViewer.bat
echo pause^> nul>> nfoViewer.bat
rem /*生成卸载程序*/
echo @echo off> Uninstall.bat
echo reg delete "HKCR\.nfo\shell\View" /f>> Uninstall.bat
echo del nfoViewer.bat>> Uninstall.bat
echo del %%0>> Uninstall.bat
echo echo 卸载成功!>> Uninstall.bat
echo pause^> nul>> Uninstall.bat
reg add "HKCR\.nfo\shell\View" /ve /t reg_sz /d View /f>nul
reg add "HKCR\.nfo\shell\View\command" /ve /t reg_sz /d "\"%~D0%~P0nfoViewer.bat\" \"%%1\"" /f>nul
echo nfoViewer已成功安装,请在nfo文件上用右键里的"View"查看!
pause>nul
批处理版查看器
1974eagle
发表于 2008-8-10 23:52:57
向更好,更高的方向行进。