Forum Discussion

torus's avatar
torus
Contributor
10 months ago
Solved

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...