Found a little DOS app that I use called rmempty.exe that I have tied to a Button in DOpus. Once launched it will start scanning your Source Lister and all sub folders, removing any empty folders it finds.
To setup:
Extract the zip into folder C:\Program Files\GPSoftware\Directory Opus\bin\
Create new button using the following DOS Batch code;
@echo off&color 0b&cls
echo --------------------------------------------------
echo D I R E C T O R Y O P U S - R M E M P T Y D I R
echo For DOpus v9.x
echo --------------------------------------------------
echo.
"C:\Program Files\GPSoftware\Directory Opus\bin\RMEMPTY.EXE" {sourcepath}
echo.
echo -[done]-
echo.
ping -n 5 127.0.0.1 > nul
Have any problems, just let me know.
rmEmpty.zip (36.1 KB)