First post, by Planet-Dune
So I wanted some form of matrix rain effect using Dos 3.30. Now I quickly figured out this wasn't going to be easy .. the programs floating around are usual windows based, the batch files I found don't work as they are made with a latter Dos version in mind.. stuff like "%random%" doesn't seem to work..
After some thinking I figured I just wimp out and do a simple loop command with 20 or so prewritten echo lines.. now I must be missing something really obvious but my batch file does not work (just with 3 test lines).. the echo's work but the loop does not (it doesn't jump to the label, it just spells out "goto start" instead of actually doing it.. what am I missing?