Looks like you are executing Labtalk, so how about running Origin from command line? You can hind it with -h switch.
See
https://www.originlab.com/doc/Origin-Help/Startup-AdjustByComLine
Basically, prepare an ogs file and for example, place it in c:\temp\ called startup.ogs
[Main]
type -b "hello world";
exit;
Then assuming your Oirgin is installed to c:\test, then run the following command
c:\test\Origin95_64.exe -h -rs run.section("c:\temp\startup.ogs", main)
CP