: preprocess-AddDB_IDField.bat : batch file to add a new derived field, DB_ID, to the "text" files : n6lhv@arrl.net : created: 26-December-2004 : updated: 17-January-2005 : functional dependencies : -all of the .DAT files have been successfully uncompressed : Set the correct parameters SET fileDat=%1 : Ensure this file doesn't exist del %fileDat%-new.dat : transform the file appropriately perl -w preprocess-AddDB_IDField.pl %fileDat% del %fileDat%.dat ren %fileDat%-new.dat %fileDat%.dat