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
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