DEV Community

Discussion on: Python Generator Example : File Watcher

Collapse
 
an33shk4tl4 profile image
Aneesh Katla

Adding code to delete-->re-create file in windows -
save this as a .cmd or a .bat file

del c:\filetowatch.txt
REM timeout /T 3
echo "Hello" > c:\filetowatch.txt