ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Skrommel's Software

DelEmpty 1.1: 2 additions, 1 request (check/uncheck all selected)

(1/1)

jukla:
This is a very handy script!  :)

Here are two additions I found useful. Add them if you like them.

1. Add box for typing or pasting a path from clipboard when browsing for root folder:
change
FileSelectFolder,startfolder
to
FileSelectFolder,startfolder,,3

2. When starting the program, populate the ListView with the folder delempty.exe resides in and all its subfolders.
change
includefolders=0
Return
to
includefolders=0
startfolder=%A_ScriptDir%
Gosub, COUNT
Return

Here's a request:
When selecting multiple rows in the listview, allow to toggle check/uncheck checkbox for all of them with space (currently only one row gets checked/unchecked). I don't know how to implement that in AutoHotKey myself, but I bet it can be done.

Navigation

[0] Message Index

Go to full version