Jump to content

knize002

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

About knize002

knize002's Achievements

0

Reputation

  1. Ok, so i managed the "Matrix effect". I used the FOR looping, but i used less times in the command, and i stack the command so it went a bit slower. Like this: FOR /L %%i IN(1,1,20) DO echo %random%.... FOR /L %%i IN(1,1,20) DO echo %random%.... FOR /L %%i IN(1,1,20) DO echo %random%.... FOR /L %%i IN(1,1,20) DO echo %random%.... etc. Thanks for helping guys!
  2. @jaclaz Ok, so i used %%i for the parameter and it worked. But can i somehow change the speed of it? I wanted it for the "Matrix effect", but its too fast. When i used the infinite looping :a echo ... goto a it wasnt that fast and it created the "Matrix effect" better. But it was infinite. So if i could somehow decrease the speed....
  3. @jaclaz i found myself the ss64.com and i looked in cmd for help too, but i still dont know which variable to use. I couldnt find any list of them.
  4. @jaclaz I´m trying to understand the FOR looping, but i dont know which parameter to use. It always writes me that the one i used wasnt expected
  5. @jaclaz I dont know much about how the looping you described works, but i will find out, and ill try it. Thanks for help!
  6. @jaclaz Thanks, i looked over the link you sent, and thats it. I tried it out and it works. Thanks! (sorry, i messed up, i thought NoelC sent me the link )
  7. Hello, i have a problem, im doing a little text-based game in command prompt, but i dont know how to make the text what was written before delete. Anybody knows how to do it? I attached the .txt file of the game, details in the file. And i need an command in style of "use this 100 times then go on with the next command" too. So if anybody knows, please tell me. Thanks Hra 2.0.txt
×
×
  • Create New...