Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ; during initialization
  2. Gosub Lb_Organize
  3. Settimer, Lb_Organize, 300000
  4.  
  5. Lb_Organize:
  6. i:=0
  7. i += Fn_OrganizeFolder("C:\Users\austi\Downloads\*.*",-30)
  8. i += Fn_OrganizeFolder("C:\Users\austi\Desktop\*.*",-7)
  9. if (i>0) {
  10. TrayTip AHK Cleanup Routine, %i% files removed from Downloads/Desktop folders.
  11. }
  12. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement