Advanced options do not restart the EXE automatically

Frankschn

New member
Hi,

no restart

this setting doesn’t work for me (v 2022.1). do I have to consider anything else?

Dim RetVal
RetVal = Shell(PathToFile(“MyApp.exe -enterkey”), 2)

regards Frank
 
Last edited:
Not in particular if you use the command line parameter. It’s just to avoid the end user to start the EXE themselves again. But we’ll review if this is a bug or not. Thanks!
 
ok thanks,

i thought there might be a command line parameter like myapp.exe -enterkey norestart or something.

regards
 
Back
Top