[Me...] Posted September 14, 2020 Share Posted September 14, 2020 Hello all, I have a question once again. Before my test plan starts, a message window appears. So that this is read I play a melody with the windows media player. Then the window with the windows media player remains open. Does anyone know a way to close these windows media player windows with a command built into PCM? pathMediaPlayer ="C:\Program Files\Windows Media Player\wmplayer.exe" SoundFile = "C:\Apps\CALYPSO\Rumba.mp3" systemCall(pathMediaPlayer," ",SoundFile) Link to comment Share on other sites More sharing options...
[Er...] Posted September 14, 2020 Share Posted September 14, 2020 systemCallIcon("cmd.exe /c TASKKILL /IM wmplayer.exe /F") Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in