You are not logged in.

#1 20 Jul 2015 13:47

Batcher
Member
Registered: 20 Jul 2015
Posts: 56

Scrolling cmd text up not down starwars effect

I know the batch matrix code is verry simple but can I make the matrix scroll up not down and give me like a starwars effect

Offline

#2 20 Jul 2015 14:27

Shadow Thief
Member
Registered: 12 Jul 2012
Posts: 205

Re: Scrolling cmd text up not down starwars effect

Throw a few dozen echo. statements before the text you want to scroll up. You may also want to put a sleep or a ping between each echo for a delayed rise.


@echo off
cls

for /L %%A in (1,1,25) do echo.

echo           STAR WARS
ping -n 2 127.0.0.1 >nul
echo.   
ping -n 2 127.0.0.1 >nul
echo.         A NEW HOPE
ping -n 2 127.0.0.1 >nul
echo.   
ping -n 2 127.0.0.1 >nul
echo.   
ping -n 2 127.0.0.1 >nul
echo.

Offline

Board footer

Powered by