Hi all, is it possible to exit an application, when I close a certain other app? I'm sure it is. :-) My task: I start my mailer The Bat! via a PPro button, and...
/* Since I don't use The Bat! or K9, I've written a script that uses Wordpad and Notepad. Copy and paste this to a text file and tweak the programnames to fit ...
Whoops, the CR should be NL in the Message 1063, use as script: ; ---------------------------- ; Script: .StartClose2Programs LOCAL p_1 p_1 = ?"C:\Program...
Some days I should just not respond, the EVENT.Create was copied from another script and had an ESC that isn't needed... USE: ; ---------------------------- ;...
Hi John, on Wed, 03 Aug 2005 14:06:55 -0000GMT you wrote: J> Here's another example-- Thank you John, I'll have to test your script later, because my lunch ...
PowerPro can do nearly anything, but since I don't use either programs, I cannot test the script. So you'll have to do the testing by trying the following: 1....
Hi Ted, on Thu, 04 Aug 2005 14:30:07 -0000GMT you wrote: TW> PowerPro can do nearly anything, but since I don't use either TW> programs, I cannot test the...
Hi John, on Wed, 03 Aug 2005 14:06:55 -0000GMT you wrote: J> Here's another example-- Thank you John, this does exactly what I asked for - end the second ...
... IIRC, the PCMag program enditall had a similar problem - icons of closed programs left in the systray. The author programmed code that swept the mouse over...
hi there, I am using Outlook and synchronize the contacts database regularily with my handy (symbian based). each time I do this, there is a popup opening from...
... The last one works, this is why John is using taskkill. There is often a cleaner way to shutdown systray programs if PProtray.exe is installed, but this...
Hi Ted, on Fri, 05 Aug 2005 13:59:05 -0000GMT you wrote: TW> There is often a cleaner way to shutdown systray programs if TW> PProtray.exe is installed, but...
... Of course :) Use the autorun function. See the help file to setup, ask if you have questions. David Troesch | Atlanta, GA | ICQ# 2333123 Treat each day...
Hi, It is so hot these day, take care. A folder ==> d:\program files\powerpro\notes it's subfolder ==> 20050807, 20050805, 20050806 ..... myfol = ?"d:\program...
Hi! Is there a way to locate "data" files (ie Notes, Favorites) and Backups in another folder, in another drive? What I want to do is keep these in my drive D:...
I'm not sure if I understand your question... If you are trying to set the Label for a button: cl.SetLabel(clname, clindex, newlabel) cl.SetLabel("aaa11", 0,...
Yes, tweak the following to suit your needs... Open your pproconf.pcf using pproconf.exe. In the "Configure PowerPro - ..." + Scheduler + "Edit scheduled ...
well.. still not so cool. by chance just another window popped up, withe exactly the same caption (this time the autoarchive notice). my little function went ...
See help file | index tab | Installed files list to find out what files are part of your config. To move them, close powerpro and move the files/folders...
... You can use a full array of win.xxx functions and any other expressions so that you only match just what you want. Here's an example of one I use to match...
I am experimenting with some functions in "Command Lists". I created a new list in "Command Lists" called "New Windows". in there, I have a command (or list...
... Use the script that Alex made a while ago. Find it at: ftp://powerpro.dyndns.org/windowinfo.powerpro I run it with a hotkey that runs the command: ...
... the correct ... hello David, that made it! Below is the output from .windowinfo: 1. Microsoft Office Outlook (Handle 1381328, Class C=#32770, Owner ...
... Why would you want to do that? A command list is just a list of stuff. There is no "disable" or "enable"ing of it's existance. Now, if you have "auto show...
there are certainly better ways to do this... :-) while I was experimenting with the ClickYes command (see other thread), I realized that I wanted to try...