QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Richard on April 18, 2021, 08:44:16 pm

Title: Forgotten - What is the code to get path/filename of QB64 program running?
Post by: Richard on April 18, 2021, 08:44:16 pm
I have forgotten the QB64 code to determine the name of the QB64 program that is currently running.

Of course I would know it when in the IDE - however when the program launches via Task Scheduler, I would like to log that (and when) the program (if) actually starts.

I would rather not write a temp file with the details on auto launching of program if possible.
Title: Re: Forgotten - What is the code to get path/filename of QB64 program running?
Post by: FellippeHeitor on April 18, 2021, 09:25:19 pm
Print Command$(0)