I was directed to a tutorial that explains how to set up the purge utility in the right click drop-down menu for file folders. It instructed to create this batch file:
set path=d:\proe2001_2002430\bin\;%path%
cd /d "%1"
start /B purge.bat
Then, in Windows Explorer, View\Options dialog box, File Type tab, pick File Folder, Edit File Type dialog box, pick New, Edit Action dialog box, enter this batch file in Application used to perform action.
My question now is how to create a batch file?