frezenius Posted September 5, 2004 Posted September 5, 2004 I want installation Jasc PSP older version (v6.00)my .cmd file is hereworked but PSP was installed with readme file(readme.doc)and readme file break the /silent switch.How can I kill readme.doc....----------------------------------ECHO.ECHO Installation PSPECHO Please wait...start /wait %systemdrive%\install\Applications\psp\psp6b3.exe /s /qn--------------------------------------------------------------------Jasc Paint Shop Pro 8Switch: /qn Full syntax: JPSP8.msi /qnExtraction needed: ?----------------------------
benners Posted September 6, 2004 Posted September 6, 2004 You could try taskkill /F /IM readme.doc after your line to install PSP
frezenius Posted September 6, 2004 Author Posted September 6, 2004 I m try your code but it doesnt workHow can I do
Aaron Posted September 6, 2004 Posted September 6, 2004 It depends on what application readme.doc is opened in. If its Wordpad it would be wordpad.exeMicrosoft Word, WinWord.exe
frezenius Posted September 6, 2004 Author Posted September 6, 2004 I think readme.doc another type documentbecause when installed Psp (without office) readme file displayed
frezenius Posted September 6, 2004 Author Posted September 6, 2004 where is my wrong?ECHO.ECHO Installation PSPECHO Please wait...start /wait %systemdrive%\install\Applications\psp\psp6b3.exe /s taskkill /F /IM readme.doc(alternative taskkill codes and all not worked) )taskkill /F /IM winword.exetaskkill /F /IM notepad.exetaskkill /F /IM readme.doctaskkill /F /IM *.* [ ]
maxXPsoft Posted September 7, 2004 Posted September 7, 2004 Try thistaskkill /F /IM wordpadIt depends on what is opening the file..
frezenius Posted September 11, 2004 Author Posted September 11, 2004 Try thistaskkill /F /IM wordpadIt depends on what is opening the file.. ---------------not worked-----------------
Dolamite Posted October 10, 2004 Posted October 10, 2004 worked for me using paint shop pro 5taskkill /F /IM winword.exetaskkill /F /IM wordpad.exethanks for the tip
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now