Bestcode is pleased to provide the following file utilities to make bulk processing of files easier through simple, scriptable command line utilities and powerful regular expression functionality when needed. LineCount command line program counts the number of lines in text files in a directory. Replaceregex command line program finds a given string in a batch of files, replaces them with another string and places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. RenameRegex command line program renames files whose name matches a regular expression places the output files in a separate directory if such directory is specified. FileSplit command splits a large file into multiple smaller files for ease of use and transmission. Resulting files are easier to open in text editors and send via email. HtmlFix2Unix command converts html pages to use a consistent upper or lowercase text so that they can be hosted on a case sensitive server such as Linux. Some Windows based html tools generate content that is broken on case sensitive systems and this tool attempts to fix that problem. FileLineFilterRegex command line program eliminates text lines from text files based on regular expression patterns. This program removes all lines which does not match a regular expression from text files places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. FiXML fixes invalid XML characters. Wget4Xsd downloads XML Schema XSD files by automatically traversing import, include, redefine XML Schema dependencies. Dos2Unix command line program converts carriage return, line feed pairs (\r\n) to line feeds (\n) and places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. Unix2Dos command line program converts line feeds (\n) to carriage return, line feed pairs (\r\n) and places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. Bestcode File Utilities Pack comes as a zip file. For more information, please visit http://www.bestcode.com