I wrote a short script called MATRIX, i.e. a loop of green numbers flying from top to bottom in the command line window:
It is very easy to write, but the braiding itself already has a loop that makes it repeat the echo% random% command.
And I would need a second loop whose task would be to repeat the same running of the application indefinitely ...
I have tried several ways but nothing works because the loop that is already entered in the code is in the way, does anyone know how to enter this command correctly?
I say right away that I do not do it for some damage to other network users, but for the purpose of securing my own computer against prying eyes;]
I forgot to add this loop is:
Added after 1 [hours] 30 [minutes]:
One more question about the batch ...
I wrote two short scripts, the one above and one similar, and I wrote a third one that performs the task of running the above two at once with one shortcut only now I have a problem I would like these scripts to run in full screen mode, so I created shortcuts and selected the full option in them Unfortunately, everything works only when I run it manually and when I run it my script runs in windowed mode; / Of course my script runs shortcuts to the application data, not the same.
Anyone know how to fix it?
Quite urgent ...
Okay, somehow I managed:
This script is designed to pretend to be the matrix and turn itself on forever
But I still have a problem with this full-screen mode, will anyone help? ; d
@echo off
title MATRIX
color a
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
It is very easy to write, but the braiding itself already has a loop that makes it repeat the echo% random% command.
And I would need a second loop whose task would be to repeat the same running of the application indefinitely ...

I have tried several ways but nothing works because the loop that is already entered in the code is in the way, does anyone know how to enter this command correctly?
I say right away that I do not do it for some damage to other network users, but for the purpose of securing my own computer against prying eyes;]
I forgot to add this loop is:
:start
tutaj jakieś wartości
goto start
Added after 1 [hours] 30 [minutes]:
One more question about the batch ...
I wrote two short scripts, the one above and one similar, and I wrote a third one that performs the task of running the above two at once with one shortcut only now I have a problem I would like these scripts to run in full screen mode, so I created shortcuts and selected the full option in them Unfortunately, everything works only when I run it manually and when I run it my script runs in windowed mode; / Of course my script runs shortcuts to the application data, not the same.
Anyone know how to fix it?
Quite urgent ...
Okay, somehow I managed:
@echo off
cd\
cd Documents and Settings\xp\Pulpit
start matrix2
title MATRIX
color a
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
This script is designed to pretend to be the matrix and turn itself on forever

But I still have a problem with this full-screen mode, will anyone help? ; d