... argv[0] shall be the pointer to the initial character of a NTMBS that represents the name used to invoke the program or ""
Command$(0) actually returns your own program name. User parameters start at index 1.
Command$(0) actually returns your own program name.
Command$(0) will be the full path that is resolved to the running executable
@George McGinn Command$(0) will be the full path that is resolved to the running executable. Give it a try.
So, unlike the mainframe compilers that put the compiled name in the binary