<?xml version="1.0" encoding="iso-8859-1"?>
<root>
  <node text="Windows"  >
    <item text="DIR">
      <option type="label" text="Display a list of files and subfolders" value="cmd /c dir" />
      <option type="textfield" text="   c:\"  />
      <option type="checkbox" group="check1" text="Normal format" value="" selected="true" />
      <option type="checkbox" group="check1" text="Bare format (no heading information or summary)" value=" /B"  />
      <option type="checkbox" group="check1" text="Wide List format" value=" /D"  />
      <option type="checkbox" text="use Lowercase" value=" /L" selected="true"  />
      <option type="checkbox" text="include all subfolders" value=" /S" selected="false"  />
      <option type="checkbox" group="ch2" text="Sorted by Name" value=" /ON" selected="true" />
      <option type="checkbox" group="ch2" text="Sorted by date and Time" value=" /OD" />
      <option type="checkbox" group="ch2" text="Sorted by file Size" value=" /OS" />
    </item>
    <item text="FIND">
      <option type="label" text="Search for a text string in a file" value="cmd /c find"   />
      <option type="checkbox" text="NOT containing the specified string" value=" /V" selected="false"  />
      <option type="checkbox" text="Count the number of lines containing the string" value=" /C" selected="false"  />
      <option type="checkbox" text="Display Line numbers" value=" /N" selected="false"  />
      <option type="checkbox" text="Ignore the case of characters " value=" /I" selected="false"  />
      <option type="label" text="The text string to find:" value="" />
      <option type="textfield" text="" quoted="true"  />
      <option type="button" text="select file" action="filedialog" quoted="true" />
    </item>  
	<item text="NETSTAT" button="false">
        <option type="label" text="Display current TCP/IP network connections and protocol statistics" value="cmd /c netstat"   />
        <option type="checkbox" group="radio1" text="Display all connections and listening ports" value=" -a" selected="false"  />
        <option type="checkbox" group="radio1" text="Display Ethernet statistics" value=" -e" selected="true"  />
        <option type="checkbox" group="radio1" text="Display the routing table" value=" -r" selected="false"  />
        <option type="checkbox" text="Display the owning process ID associated with each connection" value=" -o" selected="false"  />
        <option type="checkbox" text="Display addresses and port numbers in numerical form" value=" -n" selected="false"  />
    </item>
    
	<item text="CHKDSK" >
      <option type="label" text="check and repair disk problems " value="cmd /c CHKDSK" />
      <option type="textfield" text=" C:"  />
      <option type="checkbox" text="Automatically Fix file system errors on the disk." value=" /F " selected="false"  />
      <option type="checkbox" text="Fix file system errors on the disk, (Win2003 and above) dismounts the volume first, closing all open file handles" value=" /X" selected="false"  />
      <option type="checkbox" text="Scan for and attempt Recovery of bad sectors." value=" /R" selected="false"  />
      <option type="checkbox" text="Display the full path and name of every file on the disk." value=" /V" selected="false"  />
      <option type="checkbox" text="Skip directory corruption checks. " value=" /C " selected="false"  />
      <option type="checkbox" text="Skip corruption checks that compare directory entries to the file record segment (FRS) in the volume's master file table (MFT)" value=" /I" selected="false"  />
 	</item>

<node text="for Windows administrators" expanded="false" >
     <item text="NET USER" output="true" commandline="true"  >
        <option type="label" text="Enter Username:" value=" NET USER "   />
		<option type="textfield" text=""  />
        <option type="label" text="" value=" /DOMAIN "   />
      <option type="checkbox" text="unlock a locked account" value=" /ACTIVE:YES " selected="false"  />

      </item>  
 
</node>
	
	<node text="Thingw" expanded="false" >
      <item text="Home" output="false" commandline="false" buttontext="www.kgo.de/thingw/" >
        <option type="label" text="Home of thingw" value="cmd /c start iexplore www.kgo.de/thingw/index.html"   />
      </item>  
 

       <item text="Thinlet Home" output="false" commandline="false" buttontext="http://thinlet.sourceforge.net/home.html" button="true">
        <option type="label" text="Thingw is powered by Thinlet" value="cmd /c start iexplore http://thinlet.sourceforge.net/home.html"   />
      </item>  
	  
	        <item text="Show Thingw config file"  commandline="true" button="false">
        <option type="label" text="Thingw config file (in your home directory)" value="cmd /c type "  />
       <option type="textfield" text="%HOMEDRIVE%%HOMEPATH%\thingw.xml" quoted="true" visible="false"  />
      </item>  
 
 
    </node>
 
    <node text="GNU Privacy Guard" expanded="false">
      <item text="GnuPG Homepage" output="false" >
          <option type="label" text="GnuPG is a complete and free replacement for PGP" value="cmd /c start iexplore http://www.gnupg.org/"   />
      </item>
     <item text="Create keys" buttontext="Open DOS Window" commandline="false" output="false">
        <option type="label" text="To create a new key-pair (secret and public key) type:" value=""/>
        <option type="label" text="gpg  --gen-key" value=""/>
        <option type="label" text="in a DOS Window" value=""/>
        <option type="label" text="A good passphrase is long, has special characters and is hard to guess " value="cmd /c start /Dc:\programme\GNU\GnuPG "/>
      </item>
      <item text="Commands" button="false">
        <option type="label" text="" value="cmd /c c:\programme\GNU\GnuPG\gpg -?"   />
      </item>
      <item text="Publishing Your Public Key" >
        <option type="label" text="Others can start contacting you securely." value=""   />
        <option type="label" text="This can be done by publishing your public key on your homepage or through a key server " value=""   />
        <option type="label" text="Your real name or your email address" value="cmd /c c:\programme\GNU\GnuPG\gpg -a --export "   />
        <option type="textfield" text="" quoted="true"  />
      </item>
      <item text="Import Key" >
        <option type="label" text="When you received someone's public key you have to add them to your key database " value="cmd /c c:\programme\GNU\GnuPG\gpg -v --import"   />
        <option type="button" text="select file" action="filedialog" quoted="true" />
      </item>
      <item text="List Keys" button="false" >
        <option type="label" text="Display all present keys" value="cmd /c c:\programme\GNU\GnuPG\gpg --list-keys"   />
      </item>
      <item text="Encrypt" >
        <option type="label" text="Encrypt for (real name or email address):" value="cmd /c c:\programme\GNU\GnuPG\gpg --always-trust --quiet --batch -vear "   />
        <option type="textfield" text="" quoted="true"  />
        <option type="button" text="select file" action="filedialog" quoted="true" />
      </item>
      <item text="Decrypt" commandline="false" >
        <option type="label" text="Your Passphrase" value="cmd /c echo "  />
        <option type="passwordfield" text="" quoted="false"  />
        <option type="label" text="" value="|c:\programme\GNU\GnuPG\gpg -v --yes --batch --passphrase-fd 0 "  />
        <option type="button" text="select file" action="filedialog" quoted="true" />
      </item>
    </node>
  </node>
  <node text="Linux" expanded="false"  >
    <item text="ls : List directory"> 
      <option type="label" text="list directory contents" value="ls" />
      <option type="checkbox" text="do not hide entries starting with ." value=" -a" selected="false"  />
      <option type="checkbox" text="use a long listing format" value=" -l" selected="false"  />
      <option type="checkbox" text="alice" value=" -alice" selected="false"  />
	</item>
    <item text="Thingw Homepage" output="false">
      <option type="label" text="" value="konqueror www.kgo.de/thingw/index.html"   />
    </item>  
  </node>
</root>
