Return the name of the .EXE.
──────────────────────────────────────────────────────────────────────────────
Syntax
GT_exename() --> cName
Arguments:
None
Returns:
cName - The name of the EXE
Description:
Get the name of the exe file ran up
Reads the PSP segment to find the executable name.
Examples:
? "Currently running " + GT_exename()
Source: EXENAME.C
Author: Andy M Leighton