And so here we are again re-living a 2 year old burn. Let this be a fun reminder that a post is useful in the future and can still be expanded beyond the original question at any time.
My code:
$CMD = " cd C:\Users\Someone's\Desktop\Nmf\ && " & _
" 1.nmf "
RunWait('"' & @ComSpec & '" /c ' & $CMD, @SystemDir)
Problem:
It opens the file with its default program (NICE Player if you are wondering) no problem; But my code cant continue until the cmd window closes, and it doesnt, help!
best regards