So I have a large batch file, and in the middle it hits a start /wait command to run a silent install of an MSI. I'd like to have some animation or something to indicate that the batch file is in fact doing something, as it can take some minutes. Is there any way to fire off the start /wait command but still keep some looping code in the batch file to run an animation that can show it is working on something?
0 Answers