cestpaspossible Posted October 6, 2004 Posted October 6, 2004 Hello,If you want to install this program in silent : Html-KitHere is the code in RunOnceEX.cmd:REG ADD %KEY%\115 /VE /D "HTML-KIT 292" /fREG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\Applications\Html-Kit\HKSetup.exe /VERYSILENT /SP-" /fREG ADD %KEY%\115 /V 2 /D "pskill htmlkit.exe" /fWOrks Fine
Jito463 Posted October 6, 2004 Posted October 6, 2004 pskill? Shouldn't that be taskkill? Or are you using some other program to kill the process?
cestpaspossible Posted October 6, 2004 Author Posted October 6, 2004 Yes PskillHere the file (92 Ko):pskill.exe
3S Doc Posted October 6, 2004 Posted October 6, 2004 pskill? Shouldn't that be taskkill? Or are you using some other program to kill the process?Yes, and here you can find more over PsTools
prathapml Posted October 6, 2004 Posted October 6, 2004 Yes, pskill is a better option.Because, I've found that XP home doesn't have the taskkill.exe facility usable. So, I need to use pskill instead, for XP home unattended scripts. And since I want to standardise on the scripts I use for pro and home, I end up using pskill on both.Pskill is simple to use. SysInternals.com has a free package called PsTools that give many of the (unix) tools that we want on the windows command-line. PsKill is one of those, and is powerful and simple to use.http://www.sysinternals.com/ntw2k/freeware/pskill.shtmlWindows NT/2000 does not come with a command-line 'kill' utility. You can get one in the Windows NT or Win2K Resource Kit, but the kit's utility can only terminate processes on the local computer. PsKill is a kill utility that not only does what the Resource Kit's version does, but can also kill processes on remote systems. You don't even have to install a client on the target computer to use PsKill to terminate a remote process.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now