Jump to content

why not working?


Recommended Posts

for closing all Mp3's running from a drive i used

opt("WinTitleMatchMode", 2)
If WinExists("X:/") Then
    WinKill("X:/")
EndIf

i dont want to close the player. :)

also tell me how can i refresh the windows without restarting. or how can i close all running programs but not system processes.

i tried

ProcessClose("explorer.exe")
sleep(100)
ShellExecute("explorer.exe")

and

winclose("")
;and
winkill("")

help me please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...