From: Blagard on
On Tue, 20 May 2008 19:50:30 -0700, Norman Bullen wrote:

> Is there any way in which a command line program can determine whether
> or not it is being invoked for the first time from within a particular
> script (.BAT file)?
>

How about using a semaphore to indicate when the prog has been firts run?

Blagard!