@echo off rem MkOverview.btm allowsoptional NOECHO parm on command line to suppress listing of sorted _O_V_E_R_V_I_E_W.txt output. ::REM MkOverview.btm makes _O_V_E_R_V_I_E_W.txt file from the 4DOS DESCRIBE ::REM before calling default drive and directory must be set ::REM usually with something like this CDD E:\SOURCE rem create _O_V_E_R_V_I_E_W.txt and tidied DESCRIPT.ION, not hidden. attrib -h DESCRIPT.ION > nul: rem with jet if exist E:\com\mindprod\fourtidy\fourtidy.exe E:\com\mindprod\fourtidy\fourtidy.exe rem with JIT if not exist E:\com\mindprod\fourtidy\fourtidy.exe java -ea -jar E:\com\mindprod\fourtidy\fourtidy.jar rem no longer make hidden again, as it might block defragging. rem output goes to _O_V_E_R_V_I_E_W.txt if "%1" == "NOECHO" goto done type _O_V_E_R_V_I_E_W.txt | more :done ::REM -30-