There is something different about this set of data files.Let's try to see exactly what is happening. Let's change the mmp2lsr.bat file. This will allow us to see the window before it closes.
Edit the mmp2lsr.bat file in the C:\fn folder. (Using windows explorer in the C:\fn folder, right click on the file mmp2lsr.bat and select edit.)
Note: It is always a good idea to first make a backup copy of the file before changing it. (Using Windows explorer, right click on the file, select copy. Then right click and select paste. This will create a file "Copy of mmp2lsr.bat")
Edit the mmp2lsr.bat file to insert two lines.
1) After the first line "@ECHO OFF", press enter to insert a line below it and type
echo on
2) After the line "LSR -%2LSR%1.DES %2LSR%1.CHK", insert a line below it and type
pause
So now the file will look like this:
@ECHO OFF
echo on
REM CFN 3.1
REM MMP2LSR %1 %2
REM %1=account#, %2=data subdirectory
REM print checks
LSR -%2LSR%1.DES %2LSR%1.CHK
pause
REM delete checks printed
IF EXIST %2LSR%1.CHA DEL %2LSR%1.CHA
IF EXIST %2LSR%1.CHK DEL %2LSR%1.CHK
IF EXIST %2LSR%1.CHR DEL %2LSR%1.CHR
Now save the file (File | Save).
Run CFN as normal on the data files with the check printing problem. The window will show what is happening.
What does it show?
To continue, press any key.
To restore mmp2lsr.bat back to the original, either edit it to remove the two lines that were inserted, or copy it back from the "copy of mmp2lsr.bat" (by deleting mmp2lsr.bat and renaming "copy of mmp2lsr.bat" to just "mmp2lsr.bat".) Also reinstalling CFN will install mmp2lsr.bat.
Let us know what is show in the window.
[This message has been edited by John (edited 06-24-2003).]