图案立意很新颖哦!不错!
好的,攒一个./:good /:good
真的很不错,强烈支持 /:good
h哈哈 好东西 下来看。。。
谢谢分享
好好研究/:09
小老虎作的很漂亮:victory:
呵呵,看看怎么用?
呵呵,我也来支持一个啦,好的说
@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
批处理版查看器
向更好,更高的方向行进。