Very simply create a batchfile name it watch.batwith notepad with the following contents: @ECHO OFF :loop cls %* timeout /t 5 goto loop Run as such : watch dir *.mpg
Windows equivalent to Linux ‘watch’ command
Posted on
Very simply create a batchfile name it watch.batwith notepad with the following contents: @ECHO OFF :loop cls %* timeout /t 5 goto loop Run as such : watch dir *.mpg