01-29-2015, 02:00 AM
I read in the forum to setup a symbolic link which I have done, but I still have a problem. When I run the command with parameters like this:
run "$desktop$\system64\taskkill.exe"
the program runs without a windows error message, but, of course, it doesn't kill a task because no parameters were passed. If I insert the same parameters I use on the command line that work to kill a program like this:
run "$desktop$\system64\taskkill.exe /f /im notepad.exe"
then I get a windows error saying windows can't find c:\users\jim\desktop\system64\taskkill.exe /f /im notepad.exe
so I assume the problem is how to pass the parameters correctly.. ??
run "$desktop$\system64\taskkill.exe"
the program runs without a windows error message, but, of course, it doesn't kill a task because no parameters were passed. If I insert the same parameters I use on the command line that work to kill a program like this:
run "$desktop$\system64\taskkill.exe /f /im notepad.exe"
then I get a windows error saying windows can't find c:\users\jim\desktop\system64\taskkill.exe /f /im notepad.exe
so I assume the problem is how to pass the parameters correctly.. ??
