I have searched intensively but have only found wait-tips in batch files in seconds units (the ping approach i.e.).
Since I have a need to wait in between two commands only for something like 10-100 milliseconds, that does not work for me unfortunately.
The wait-time needs not to be "super accurate". In my case, does not make a big difference if it's 10ms or 12/15ms, but it should be able to distinguish between 10 and, say 20.
I wonder if there is a solution, and if in any way possible, using just the windows "on board" commands / tricks as I want to have just the batch for ease of "installation" when using later on another machine.