Actually I have this code:
echo msgbox "My Message",0,"Title" > %tmp%\tmp.vbs
wscript %tmp%\tmp.vbs
del %tmp%\tmp.vbs
As you know, it show a message box. I want this message box stay always on top, because if my code open a program while the message box is focus, for example:
start /d "C:\Program Files\Adobe\Adobe Photoshop CC 2017" Photoshop.exe
It obviously open PS but the message box goes back.
I hope you can help me!
Thank you!