SMALLEST v1.00 DOS utility: Save only the SMALLEST file (Companion to DDA's FACT program) Freeware, copyright (c) April 2, 1996 by David Daniel Anderson Reign Ware ** READ REIGNWAR.TXT FOR LEGAL TERMS ** Introduction: ~~~~~~~~~~~~~ SMALLEST saves the smallest file among all specified files that have the specified extensions. SMALLEST is most useful for keeping the smallest archive after converting an archive to other formats. For example, after converting #1GAME.ZIP to .ARJ, .RAR and .UC2 format, just tell SMALLEST to keep the smallest with the following command line: SMALLEST #1GAME .ARJ .RAR .UC2 .ZIP Command line: ~~~~~~~~~~~~~ Usage : SMALLEST file_spec .ext .ex2 .ex3 .ex4 .etc Example : SMALLEST *.* .zip .arj .rar .uc2 : SMALLEST c:\dls\*.* .acb .ha .yc : SMALLEST newgame.arj .arj .rar .zip Notes: ~~~~~~ *) As the examples show, the "file_spec" may contain DOS wildcards. *) As the examples show, multiple extensions can (MUST) be specified. *) The "file_spec" MUST contain a file extension (an asterisk is fine). Revision history: ~~~~~~~~~~~~~~~~~ 1.00 : 1996/04/02 First public release. [end]