[Dx4win] External Program Callsign Address Lookup

John F. Samuels John F. Samuels" <[email protected]
Sun, 5 May 2002 22:35:34 -0400


First, I think the bat file and manager.res file should be in the
DX4Wxxx\Extdata folder.  Works mostly for me, although having some trouble
on Windows XP Home.  I am using this:

This file is called QSL.BAT

ECHO OFF
GOLIST.EXE %1>TMPQSL1.TXT
FGREP.COM %1 WWHAM.TXT>TMPQSL2.TXT
COPY TMPQSL*.TXT MANAGER.RES

FGREP is just a text search tool which outputs any line with a matching
search argument.

F3 calls QSL.BAT -- the name and path is set under File | Preferences | Ext
Data | QSL Manager Search | Executable Program.

Your program will only output the last line since manager.res is only called
once.  You can copy | append the lines and output all to manager.res.

73, John, K2CIB

>From: "Goody" <[email protected]>
>To: <[email protected]>
>Date: Sat, 4 May 2002 22:16:19 -0400
>Subject: [Dx4win] External Program Callsign Address Lookup
>
>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