Help - Search - Members - Calendar
Full Version: Jasc PSP pls
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
frezenius
I want installation Jasc PSP older version (v6.00)
my .cmd file is here
worked 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 PSP
ECHO Please wait...
start /wait %systemdrive%\install\Applications\psp\psp6b3.exe /s /qn
-----------------------------------


---------------------------------
Jasc Paint Shop Pro 8

Switch: /qn
Full syntax: JPSP8.msi /qn
Extraction needed: ?
----------------------------
benners
You could try
CODE
taskkill /F /IM readme.doc
after your line to install PSP
frezenius
I m try your code but it doesnt work
How can I do
Aaron
It depends on what application readme.doc is opened in.

If its Wordpad it would be wordpad.exe
Microsoft Word, WinWord.exe
frezenius
I think readme.doc another type document
because when installed Psp (without office) readme file displayed
frezenius
where is my wrong?
ECHO.
ECHO Installation PSP
ECHO Please wait...
start /wait %systemdrive%\install\Applications\psp\psp6b3.exe /s
taskkill /F /IM readme.doc


(alternative taskkill codes smile.gif and all not worked) )
taskkill /F /IM winword.exe
taskkill /F /IM notepad.exe
taskkill /F /IM readme.doc
taskkill /F /IM *.* [ smile.gif ]
maxXPsoft
Try this
taskkill /F /IM wordpad
It depends on what is opening the file..
frezenius
Try this
taskkill /F /IM wordpad
It depends on what is opening the file..


---------------not worked-----------------
Dolamite
worked for me using paint shop pro 5

taskkill /F /IM winword.exe
taskkill /F /IM wordpad.exe

thanks for the tip thumbup.gif
mazin
Try this:

psp6b3.exe /S /V"/QN LAUNCHREADME=0"
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.