How do I fix this batch file? (Typewriter Effect)
I want to make a batch script have a typewriter style/effect while deleting files and displaying echoes and stuff. I would like it to look like this for example: :Write1 echo Deleting Prefetches... del /s /q "C:\Windows\Prefetch\JAVAW*.pf" echo Prefetches Deleted. pause && goto :Write2 (Then Write2 would delete stuff, display messages and go to Write3 and so on. This would not be the exact code I implement but very similar. I have this code (long) and I was wondering if anyone could error patch it or just find out what's wrong with it, because it repeats itself and doesn't go after the pause.