2010年6月22日 星期二

nfo viewer

Copy below into notepad and save the filename with .cmd(ex nfo.cmd)
Use this batch to open nfo file
=======
@echo off
chcp 437
cls
type %1
echo END...
pause
=======