I'm going to attempt to write a program to lookup addresses for DX4WIN. I tried to test out the interface described in the help file using a simple batch program. I had it output to both stdout and a manager.res file, but neither seems to work. The batch file is in c:\test.bat and looks like this:
echo off echo Joe Ham > c:\manager.res echo 123 North St >> c:\manager.res echo Somewhere, PA 17001 >> c:\manager.res Any ideas ? Thanks and 73 Goody K3NG

