代码搜索:SCROLLING
找到约 10,000 项符合「SCROLLING」的源代码
代码结果 10,000
www.eeworm.com/read/463460/7180337
txt 滚动文本浏览.txt
@echo off
::::::::Scrolling Text Viewer {s11ss 2007-9-27}::::::::
set f=%1.hta
> %f% echo ^%comspec% - %1^
>>%f% < "%~f0" more +8
>>%f% type %1
start "" %f%
goto :eof