Dummy command in windows cmd
Old thread, new answer.
I have been using cd.
when I want to do nothing in windows (and I often do) since "change directory to itself" has no side effects at all as far as I can see.
The rem
command does nothing.
The call
command without any argument does nothing and has no collateral effect as rem
has.
Example:
echo Wait for it...
call
echo Nothing happened!