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
I actually created an executable version of the script. It is available at my website:
Thanks !