Forum Discussion

torus's avatar
torus
Contributor
2 years ago

How do you run executable utility from the command line that requires parameters?

nothing has worked. I've tried everything but nothing is working:     function testme() { Run_CommandLineExecutable("KillBrowserDrivers", "KillBrowserDrivers.exe", "chrome msedge"); } function...