I am in the process of writing some libraries to use for various
purposes. One of these libraries is a stamp library which
contains a function that generates a stamp containing the date and
time as well as system information (OS, hostname, etc) for
stamping data taken by that system. I would like to be able to
include the name of the VEE file (program) used to generate the
data as well but haven't been able to find a way to do this other
than hardcoding it into the program. Does anyone know of a way to
do this? I looked at the environment variables as well as the
registry setings and didn't find anything. I would prefer to do it
without having to write any external functions as I do not have
access to a C compiler (although I'm lobbying hard) at the present.
Thanks,
Brian
purposes. One of these libraries is a stamp library which
contains a function that generates a stamp containing the date and
time as well as system information (OS, hostname, etc) for
stamping data taken by that system. I would like to be able to
include the name of the VEE file (program) used to generate the
data as well but haven't been able to find a way to do this other
than hardcoding it into the program. Does anyone know of a way to
do this? I looked at the environment variables as well as the
registry setings and didn't find anything. I would prefer to do it
without having to write any external functions as I do not have
access to a C compiler (although I'm lobbying hard) at the present.
Thanks,
Brian