Script commands

I felt like putting this question on a post, even though it might be a silly question, but, i want to run or open a file on a directiory from a script for ex.

walk,…
walk,…
wait,300
open,C:\Users\USERNAME\something.exe
wait,10000
walk,…

to be specific, its an exe file i want to run inbetween the script. can i do that, im blue with “coding” lol

You could do that if you used Python.