OS: Vista Home Premium 64bit
C:\Windows\System32]alias kill 'c:\windows\system32\taskkill.exe /im %1 /t /f'
[C:\Windows\System32]kill
TCC: Unknown command "'c:\windows\system32\taskkill.exe"
taskkill is a Vista command, and when I try to create an alias called "kill" to invoke the command, I get the above error. I can type "taskkill" at the command prompt and I get the usual info about the command, but when I try to use the alias it's as if the taskkill command isn't found
C:\Windows\System32]alias kill 'c:\windows\system32\taskkill.exe /im %1 /t /f'
[C:\Windows\System32]kill
TCC: Unknown command "'c:\windows\system32\taskkill.exe"
taskkill is a Vista command, and when I try to create an alias called "kill" to invoke the command, I get the above error. I can type "taskkill" at the command prompt and I get the usual info about the command, but when I try to use the alias it's as if the taskkill command isn't found