Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed relative path bug in ExcludePath.txt (nexxai#59)
* Extended functionality and polished ouput - added the notification options to the template - removed notification options from the file screen - added active/passiv screen type configuration - added german translation to the notification messages - output polished a bit ;-) - added a few more comments * changed default language to english * changed default type to active * Changed SkipList from relative Path to automatic detected Path of the Script * Changed relative path to $PSScriptRoot Variable * Always use correct path for included files * Ignore working directory * works with task scheduler (does not write to Windows System root!) * Included files are always in the directory of the script * existing files in relative path will be moved to the script path if they exist * fixed bug in skiplist moveing * Change relative path of ExcludePath.txt to $PSScriptRoot and added ExcludePath to .gitignore
- Loading branch information