thors98 Posted November 1, 2020 Posted November 1, 2020 i want to use nircmd/sound_volume_view Its a program that mutes certain programs while your gaming with hotkey but i cant do it parameter problems always #include <Misc.au3> HotKeySet ( "{F1}", "doit" ) While 1 sleep(5000) WEnd Func doit() Local $iPID = Run("C:\Users\rastk\Desktop\SITE B\SoundVolumeView.exe /Switch "Maxthon.exe"", @SW_HIDE) EndFunc it should launch it like this "C:\Users\rastk\Desktop\SITE B\SoundVolumeView.exe" /Switch "Maxthon.exe" but cant do it in any way tried 1000 ways i think its problem because i need to use switch
Developers Jos Posted November 1, 2020 Developers Posted November 1, 2020 @thors98, I see you did not read those rules, to which I linked, very carefully - you missed the part that says: "Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above" Do NOT start another thread on this - our patience has limits. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts