https://github.com/nicolascarpi/windoze
Windoze stuff
https://github.com/nicolascarpi/windoze
powershell windows
Last synced: about 2 months ago
JSON representation
Windoze stuff
- Host: GitHub
- URL: https://github.com/nicolascarpi/windoze
- Owner: NicolasCARPi
- License: mit
- Created: 2017-03-30T15:28:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T13:24:34.000Z (over 5 years ago)
- Last Synced: 2025-01-25T08:26:48.615Z (over 1 year ago)
- Topics: powershell, windows
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.python.org)
* 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.