[Dx4win] Windows XP (Home) Golist

J. F. Samuels J. F. Samuels" <[email protected]
Sun, 12 Jan 2003 17:54:14 -0500


Don wrote:

Date: Thu, 09 Jan 2003 20:54:12 -0600
To: [email protected]
From: Don Currier <[email protected]>
Subject: [Dx4win] Windows XP GOLIST problem

Hello all. I just upgraded to XP, and can't GOLIST to work right. Anyone
else experiencing the same problems out there? Anyone running DX4WIN in XP
and using GOLIST, and not having a problem?

Thanks!
-----------------------

It works fine for me, both in a DOS window and through DX4WIN.  In DX4WIN I
use a .bat file called QSL.BAT to search Golist and two other files:

ECHO OFF
GOLIST.EXE %1 >TMPQSL1.TXT  <-- Golist
FGREP.COM %1 QSL.TXT>TMPQSL2.TXT     <-- a manager list
FGREP.COM %1 WWHAM.TXT>TMPQSL3.TXT  <-- a list of IBMer hams
COPY /A /Y TMPQSL1.TXT + TMPQSL2.TXT + TMPQSL3.TXT  MAN.RES
TYPE MAN.RES

This had to be modified from what worked in Windows ME, 98, etc.  Not quite
as clean, but it works.

73, John, K2CIB