<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://osfree.su/doku/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://osfree.su/doku/feed.php">
        <title>osFree wiki - en:ibm:cmd:other</title>
        <description></description>
        <link>http://osfree.su/doku/</link>
        <image rdf:resource="http://osfree.su/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-04T09:24:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:cond&amp;rev=1400914486&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:criterr&amp;rev=1400911710&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:escape&amp;rev=1400914418&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:grouping&amp;rev=1400914581&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:keystack&amp;rev=1400914631&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:prompts&amp;rev=1400908425&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir&amp;rev=1403644148&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:waiting&amp;rev=1400911473&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://osfree.su/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>osFree wiki</title>
        <link>http://osfree.su/doku/</link>
        <url>http://osfree.su/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:cond&amp;rev=1400914486&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T06:54:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cond</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:cond&amp;rev=1400914486&amp;do=diff</link>
        <description>Conditional Commands

When an internal command or external program finished, it returns a result called the exit code. Conditional commands allow you to perform tasks based upon the previous command&#039;s exit code. Many programs return a 0 if they are successful and a non-zero value if they encounter an error.</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:criterr&amp;rev=1400911710&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T06:08:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>criterr</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:criterr&amp;rev=1400911710&amp;do=diff</link>
        <description>Critical Errors

OS/2 watches for physical errors during input and output operations. Physical errors are those due to hardware problems, such as trying to read a floppy disk while the drive door is open. 

These errors are called critical errors because</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:escape&amp;rev=1400914418&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T06:53:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>escape</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:escape&amp;rev=1400914418&amp;do=diff</link>
        <description>Escape Character

CMD.EXE recognizes a user-definable escape character. This character gives the following character a special meaning; it is not the same as the ASCII ESC that is often used in ANSI and printer control sequences. 

The default escape character is a caret [^].</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:grouping&amp;rev=1400914581&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T06:56:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>grouping</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:grouping&amp;rev=1400914581&amp;do=diff</link>
        <description>Command Grouping

Command grouping allows you to logically group a set of commands together by enclosing them in parentheses. The parentheses are similar in function to the BEGIN and END block statements in some programming languages. 

There are two primary uses for command grouping. One is to execute multiple commands in a place where normally only a single command is allowed. For example, suppose you want to execute two different</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:keystack&amp;rev=1400914631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T06:57:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>keystack</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:keystack&amp;rev=1400914631&amp;do=diff</link>
        <description>Using the Keystack

The Keystack overcomes two weaknesses of input redirection: some programs ignore standard input and read the keyboard directly, and input redirection doesn&#039;t end until the program or command terminates. You can&#039;t, for example, use redirection to send the opening commands to a program and then type the rest of the commands yourself. But the Keystack lets you do exactly that.</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:prompts&amp;rev=1400908425&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T05:13:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>prompts</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:prompts&amp;rev=1400908425&amp;do=diff</link>
        <description>Page and File Prompts

Several CMD.EXE commands can generate prompts, which wait for you to press a key to view a new page or to perform a file activity. 

When CMD.EXE is displaying information in page mode, for example with a DIR /P or SET /P command, it displays the message</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir&amp;rev=1403644148&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-06-24T21:09:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redir</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:redir&amp;rev=1403644148&amp;do=diff</link>
        <description>Redirection and Piping

This section covers redirection and piping. You can use these features to change how CMD.EXE and some application programs handle input and output. 

Internal commands and many external programs get their input from the computer&#039;s</description>
    </item>
    <item rdf:about="http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:waiting&amp;rev=1400911473&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-24T06:04:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>waiting</title>
        <link>http://osfree.su/doku/doku.php?id=en:ibm:cmd:other:waiting&amp;rev=1400911473&amp;do=diff</link>
        <description>Waiting for Application to finish

When you start an OS/2 Presentation Manager application from the prompt, the command processor does not normally wait for the application to finish before returning to the prompt. This default behavior allows you to continue your work at the prompt while the application is running. You can force</description>
    </item>
</rdf:RDF>
