Jump to content

Help run with parameters


thors98
 Share

Recommended Posts

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

Link to comment
Share on other sites

  • Developers

@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. :naughty:
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.
  :)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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