*********************************************************** * crex: DOS/WIN to UNIX converter * crin: UNIX to DOS/WIN converter * * Rick Burton, Data Pathways - 10/23/1999 *********************************************************** FILES CONTAINED IN crex-crin.zip crex.c - Source code crin.c - Source code README.txt - This file crex.exe - Windows executable crin.exe - Windows executable crex - Linux/UNIX executable crin - Linux/UNIX executable WHAT DO THEY DO? CREX creates a copy of any plain text ascii file removing all CR (carriage return) characters CRIN creates a copy of any plain text ascii file inserting CR (carriage return) characters where LF (line feed) characters are found HOWTO: Convert files in prompted mode: - Enter the command "crex -p" or "crin -p". - When the prompt "Enter file to convert:" displays, enter the source file name. - When the prompt "Enter file to create:" displays, enter the destination file name. - The source file is copyied to the destination file with CR characters removed or inserted accordingly. Convert files in command line mode: - Enter the command "crex source.txt destination.txt". OR Enter the command "crin source.txt destination.txt". - The source file is copyied to the destination file with CR characters removed or inserted accordingly. TIPS * When the command "crex" is typed, useage help displays. * when the command "crin" is typed, useage help displays.