Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; during initialization
- Gosub Lb_Organize
- Settimer, Lb_Organize, 300000
- Lb_Organize:
- i:=0
- i += Fn_OrganizeFolder("C:\Users\austi\Downloads\*.*",-30)
- i += Fn_OrganizeFolder("C:\Users\austi\Desktop\*.*",-7)
- if (i>0) {
- TrayTip AHK Cleanup Routine, %i% files removed from Downloads/Desktop folders.
- }
- Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement