1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<?xml version="1.0" encoding="utf-8"?>
<!-- This file is part of the DITA Open Toolkit project hosted on
Sourceforge.net. See the accompanying license.txt file for
applicable licenses.-->
<!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
"../../dtd/task.dtd">
<task id="closeprograms" xml:lang="en-us">
<title>Close all of your programs</title>
<shortdesc>You need to shut down everything else before installing major programs</shortdesc>
<prolog><metadata>
<keywords><indexterm>Close programs</indexterm><indexterm>web server</indexterm>
<indexterm>database</indexterm></keywords>
</metadata></prolog>
<taskbody>
<steps>
<step><cmd>If you are on a Windows system, click the X in the corner of each
program.</cmd></step>
<step><cmd>If you are on a Linux system, type kill -9 [PID] for each of your
programs. </cmd><tutorialinfo>You might want to save your data first.</tutorialinfo>
</step>
<step><cmd>If you are on a Macintosh, you will have to ask someone else. I
have a wonderful little iPod, but that is the limit of my experience with
Apple products.</cmd></step>
</steps>
</taskbody>
</task>
|