@echo off
::::::::Scrolling Text Viewer {s11ss 2007-9-27}::::::::
set f=%1.hta
> %f% echo ^<TITLE^>%comspec% - %1^</TITLE^>
>>%f% < "%~f0" more +8
>>%f% type %1
start "" %f%
goto :eof
<HTA:APPLICATION ICON="%comspec%"/>
<BODY bgcolor=black text=white onload='window.resizeTo(670, 435)'>
<marquee direction=up scrollamount=1 height=400>
<pre>
Last edited by s11ss on 2007-9-27 at 01:04 PM ]