Skip to content

NicolasCARPi/windoze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

I hate windoze but still have to touch it at work. So here is a repo where I can put stuff I use on windoze.

deleteOldFiles.py

This script will delete all the '.TIF' files older than 30 days in a given directory. This way you keep the folders and .nd, .mds or .stg files but remove the heavy and numerous .tif files.

How to use

  • Install python 3 from Python website
  • Go to "Task scheduler" and create a new task
  • Use the python executable for program to start and add the script as argument + path to folder to clean up

copyFiles.py

The idea is to watch for filesystem events in a directory and copy the new files to another disk.

Releases

No releases published

Packages

No packages published