<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners">
    <title>gmane.comp.windows.power-pro.beginners</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1899"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1897"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1888"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1886"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1880"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1899">
    <title>Re: kill process when CPU is too high</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1899</link>
    <description>&lt;pre&gt;
.Ppro powerpro script to kill a process



Hello Dan,



Here are a few more ideas to help you out.



I suppose you are aware of the differences between an app, a powerpro
script, and a process.  There are commands in Ppro which are apt to each
of these situations. You say you want to kill a process, so I found a
command for that.



There are several formats of the manual, and I always use PowerPro.hlp
from a click on my main bar.  It shows coloured syntax highlighting on
the code examples, which makes things a lot clearer.  When launched it
opens on the INDEX Form, entitled 'Help Topics: Help for PowerPro'. 
Click the 'Find' tab and shortly, it has catalogued all the items.  As
you type the search phrase, it does an incremental seek on the keys you
have pressed, as you are familiar with searching in google or another
websearch input box.  You click your topic when you spot it, then you
are good to go.



'List' is always a good choice of seek terms for everything, if your
head is as empty as mine.  I typ&lt;/pre&gt;</description>
    <dc:creator>Mentor</dc:creator>
    <dc:date>2013-05-03T12:40:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1898">
    <title>Re: kill process when CPU is too high</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1898</link>
    <description>&lt;pre&gt;

Hi Grokit,



I am another user.  I am sure there will be a command to kill a greedy
process. I know there is in many other languages.



  I will get back to you if nobody answers the query after I seek in the
manual.  I assume you looked  in the manual.  It is great for the
commands etc.



I replied directly to warn that if you just kill processes
automatically, you can create hang ups.  So when you know how to do
this, it is best to set a timer, which can delay the kill for a length
of time.  Sometimes windows needs to use 100% for unknown reasons.  This
may only last an instant, but your simple script would stop it as soon
as this happens.



If your script would kill the process as soon as this happens, you are
going to be puzzled why the process never started apparently.



I advise you have two checks.  The timer which you can tweak the length
of delay.   And another which acts on the quantity of Ram your process
is using.  When either amount exceeds the level you chose, arrange the
script  then to&lt;/pre&gt;</description>
    <dc:creator>Mentor</dc:creator>
    <dc:date>2013-05-02T11:47:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1897">
    <title>FW: No Subject</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1897</link>
    <description>&lt;pre&gt;http://www.saborearte.es/zk/ifubglcn.zxogsatgykxuxsc

&lt;/pre&gt;</description>
    <dc:creator>leland hambley</dc:creator>
    <dc:date>2013-03-18T11:05:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1896">
    <title>show random wallpaper from certain folder</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1896</link>
    <description>&lt;pre&gt;Hello all,
I have been fiddling with this for a while,and my apologies if I missed how to do this.

But I have a number of jpg images, and I have a script where I pull one of these files up and it is a wallpaper after a timer ends.

*Wallpaper Show "C:\Users\Ray\Documents\graphics\favorite comics\peanuts_dogs_r_worth_it.jpg"

But I want to pull a random jpg within that folder.

I tried:
*Wallpaper Change &amp;amp;(disk++?":\Users\Ray\Documents\Theology of the Body\")

But it keeps just showing the first in the list

Suggestions?
Thanks
Ray



------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-diges&lt;/pre&gt;</description>
    <dc:creator>RaymondJRamirezDVM</dc:creator>
    <dc:date>2013-03-15T18:21:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1895">
    <title>kill process when CPU is too high</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1895</link>
    <description>&lt;pre&gt;hi,
I'd like to use PPro to automatically kill a specific process if it's CPU %value is going above a certain limit.
I explicitely want to kill the process, not lowering priorities or such.

can this be done with PPro?
if yes, how would I do that?
thanks
dan



------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    powerpro-beginners-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups&lt;/pre&gt;</description>
    <dc:creator>grokit</dc:creator>
    <dc:date>2013-03-08T13:47:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1894">
    <title>Re: open Windows Explorer at "My Computer"</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1894</link>
    <description>&lt;pre&gt;Many thanks Sheri for your help.

Regards,
Howard



------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    powerpro-beginners-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>honwahp</dc:creator>
    <dc:date>2013-01-22T16:18:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1893">
    <title>Re: open Windows Explorer at "My Computer"</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1893</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Sheri</dc:creator>
    <dc:date>2013-01-22T15:34:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1892">
    <title>open Windows Explorer at "My Computer"</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1892</link>
    <description>&lt;pre&gt;I want to launch Windows Explorer at "My Computer" by clicking a button.  How can I do that? (If it is a folder I know how to do it: I can just paste the folder path into the command)



------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    powerpro-beginners-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>honwahp</dc:creator>
    <dc:date>2013-01-22T04:10:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1891">
    <title>Re: I have tried everything</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1891</link>
    <description>&lt;pre&gt;Hello, Mrs. Rand,

"powerproconfig" is the GUI (_G_raphic _U_ser _I_nterface) 
where you have the little tabs for "setup", "gui control" 
and "command lists" etc.

If you right-click on your bar and choose "configure command 
list", it will appear.  Now, in the "command lists" tab, you 
can select the one you want to work with.
&lt;/pre&gt;</description>
    <dc:creator>Brother Gabriel-Marie</dc:creator>
    <dc:date>2013-01-19T14:25:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1890">
    <title>Re: I have tried everything</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1890</link>
    <description>&lt;pre&gt;Thank you very much, Bill. I am not sure what you mean by PPROCONFIGURE. To configure I use CTRL-right click, then the menu comes up. There are no tabs, just a list of options, "configure command list," "configure bar properties," etc. 

I already have a bar with buttons on it. One is "Contact." I want to click or hover over that bar button and have the list of my commands drop down so I can click on the one I want. PPro will then insert into my text, numbers, phrase, whatever I have typed under that item.

I have a new computer and it is possible I don't have PPROCONFIGURE. I don't see it in the program folder. 

Thank you. I hope I have explained things more clearly.

Susan


--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, Bill Kerr  wrote:




------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your &lt;/pre&gt;</description>
    <dc:creator>pygmypress</dc:creator>
    <dc:date>2013-01-18T22:48:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1889">
    <title>Re: I have tried everything</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1889</link>
    <description>&lt;pre&gt;Hi Pigmy,

I'm not exactly sure if I understand you, but maybe this will help:

Run PPROCONFIGURE,
You will get a window with 8 tabs along the top.
Click Key/Mouse.
Click New.
Set the key stroke you plan to use, eg Shift and Alt. Then use the
drop-down that says Select key or mouse action.
eg pick z. this means you will use those 3 keys - Shift+Alt+z - to run
whatever you set in the next section.
Now jump down to the drop-down  Enter command, or select from drop down, or
browse with button.
One of the many choices there is *Keys.
You then enter the keystrokes you wish to send in the Enter keys to send.
........ drop down.

HTH

Bill

&amp;lt;'{{{&amp;gt;&amp;lt;      W G Kerr
S  c  o  t   l   a  n  d


On 18 January 2013 15:39, pygmypress &amp;lt;pygmypress-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Bill Kerr</dc:creator>
    <dc:date>2013-01-18T16:23:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1888">
    <title>Re: I have tried everything</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1888</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Sheri</dc:creator>
    <dc:date>2013-01-18T16:15:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1887">
    <title>I have tried everything</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1887</link>
    <description>&lt;pre&gt;I have my command lists set up and am trying to add items to the menu but can't figure out how to do it. I have searched "Help" but it is too technical and includes too much unnecessary information. Why isn't there a "Help" for beginners? I'm looking for the screen where you type in the item title, click "keys" and then type in your phrase or whatever.

Thanks for any help.



------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send &lt;/pre&gt;</description>
    <dc:creator>pygmypress</dc:creator>
    <dc:date>2013-01-18T15:39:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1886">
    <title>Re: how to backup command list</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1886</link>
    <description>&lt;pre&gt;&amp;lt; at &amp;gt;brother.gabriel
Thanks for your explanation :)  I agree that Powerpro is a valuable tool for anyone using a computer.  I have used it for some time now (a few years I think) I have also set it to run on computer startup.  It is one of my favorite programs.

--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, "brother.gabriel" &amp;lt;brgabriel&amp;lt; at &amp;gt;...&amp;gt; wrote:




------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email &lt;/pre&gt;</description>
    <dc:creator>honwahp</dc:creator>
    <dc:date>2012-12-28T15:26:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1885">
    <title>Re: how to backup command list</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1885</link>
    <description>&lt;pre&gt;Mr. honwahp,  Well, Powerpro keeps several backups automatically.  The default pcf file is called pproconf.pcf, which is probably the one you are using.  The other pcf files are just demos that you can play with.

If you hold control and right-click on a powerpro toolbar, you will get a menu.  In that menu there is a submenu that will let you change configurations.

If you want to start powerpro at computer startup, you would create a shortcut like this:  "c:\powerpro\powerpro.exe" "c:\myconfiguration\mypcf.pcf"  or whatever.  If you don't specify any pcf file to use, it will use pproconf by default.

I just copy the entire configuration folder and save it as a zip file somewhere.  That way I save all my pcf files, all my scripts and my plugin selection, too.

Powerpro is absolutely awesome.  It is sort of like AutoIt or AutoHotkey with a GUI.  But it will do ANYTHING those other guys can do.

--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, "honwahp" &amp;lt;honwahp&amp;lt; at &amp;gt;...&amp;gt; wrote:




--------------&lt;/pre&gt;</description>
    <dc:creator>brother.gabriel</dc:creator>
    <dc:date>2012-12-28T14:12:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1884">
    <title>Re: how to backup command list</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1884</link>
    <description>&lt;pre&gt;Hi sorry to bother you again.  I have succeeded in backing up  the .ini file (which comes from the command list that I want to backup).  But about the .pcf file you mentioned, I have quite a few .pcf files in my powerpro folder : default.pcf, Demo.pcf, demodesk.pcf, empty.pcf, pproconf.pcf etc , which one should I backup?  (I think maybe pproconf.pcf is the most likely?) Or should I backup all of them?

--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, "honwahp" &amp;lt;honwahp&amp;lt; at &amp;gt;...&amp;gt; wrote:




------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.&lt;/pre&gt;</description>
    <dc:creator>honwahp</dc:creator>
    <dc:date>2012-12-27T15:52:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1883">
    <title>Re: how to backup command list</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1883</link>
    <description>&lt;pre&gt;hi brother.gabriel,

Thanks for your help and detailed explanation.  I got it :)

--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, "brother.gabriel" &amp;lt;brgabriel&amp;lt; at &amp;gt;...&amp;gt; wrote:




------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    powerpro-beginners-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>honwahp</dc:creator>
    <dc:date>2012-12-27T15:36:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1882">
    <title>Re: how to backup command list</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1882</link>
    <description>&lt;pre&gt;Oh - forgot to tell you, the button for exporting the commandlist as ini is in the first "setup" tab of the configuration dialogue.  It says "Export as text".  You first specify a save location and file name, THEN you'll get the dialogue that will let you choose which commandlist to export (seems kind of backward to me, but there it is).  

--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, "brother.gabriel" &amp;lt;brgabriel&amp;lt; at &amp;gt;...&amp;gt; wrote:




------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33&lt;/pre&gt;</description>
    <dc:creator>brother.gabriel</dc:creator>
    <dc:date>2012-12-27T15:23:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1881">
    <title>Re: how to backup command list</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1881</link>
    <description>&lt;pre&gt;Hello, honwahp,

There are two ways,
1.  You can back up the entire pcf file (just make a copy of it somewhere) which contains all your command lists and settings.

2. If you open the pproconf (configuration dialogue), there is an option to "export to ini" which will save the commandlist as an ini file.  You can later import the ini file if you like.

In the "scripts" folder of the main powerpro forum, there is a script called CLT which will let you do this very easily.

--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, "honwahp" &amp;lt;honwahp&amp;lt; at &amp;gt;...&amp;gt; wrote:




------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings vi&lt;/pre&gt;</description>
    <dc:creator>brother.gabriel</dc:creator>
    <dc:date>2012-12-27T15:21:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1880">
    <title>how to backup command list</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1880</link>
    <description>&lt;pre&gt;I have a command list (list) that I would like to backup. How can I do that?  Thanks in advance.



------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    powerpro-beginners-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>honwahp</dc:creator>
    <dc:date>2012-12-26T14:59:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1879">
    <title>Re: submenu with right click</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.power-pro.beginners/1879</link>
    <description>&lt;pre&gt;It wasn't clear to me from your description, but for the right you should have 4 items the first and last are buttons with the command *Format StartMenu and *Format EndSubMenu.  The hyperlinks are on separate buttons in between. 

--- In powerpro-beginners-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, "homi" &amp;lt;homipda&amp;lt; at &amp;gt;...&amp;gt; wrote:




------------------------------------

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    powerpro-beginners-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    powerpro-beginners-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    powerpro-beginners-unsubscribe-hH&lt;/pre&gt;</description>
    <dc:creator>daque2000</dc:creator>
    <dc:date>2012-11-27T13:38:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.windows.power-pro.beginners">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.windows.power-pro.beginners</link>
  </textinput>
</rdf:RDF>
