PowerPro 3.6.01 http://www.windowspowerpro.com/download/ppro3601.zip This version is not backwards compatible with 3.6. Please review
the following before deciding to download
Deleted features
The following features are no longer supported:
*script set: use var=expression instead
Variables x0..x9 taking on new values as scripts called.
Variables f0-f31 to access flags: use pproflag(n) instead
Plugins using the pre-3.6 calling approach: the plugin author must
revise plugin
plugin function in expressions: use new plugin syntax instead
*Exec Plugin statement: use new plugin syntax instead
var in *info labels: use expr() instead
&var for single letter variables: use &(var) instead
New features
o You can use inputdialog(), run(), mdi(), eval(), or messagebox()
alone on a command line to run the function.
o You can use eval(var) to evaluate the content of var as an
expression
o You can use do(cmd,param,dir) to run commands
oYou can use strings of any length in expressions and with variables.
o You can use Enter and Esc as hot keys (may not work on all
versions of Windows)
o You can run scripts from subfolders with .dir\script(args)
o added support for arbitrary length strings to plugin interface
(but plugins written for 3.6 will still work)
Bug Fixes
- Fixed problems with using .script(args) along on command line (you
may still find the command split if entered in pcf, but it will work)
- Fixed problems if *Clip clear used when clip tracking not checked
- *exec schederuladd now recognizes assignment and script calls as
commands
- {win} now sends Win key; use {apps} for apps key. For {win} to
work, you need to have "use fast send keys on setup|advanced|other
unchecked or use {slow} at start of keys
- you can use quotes around path with *file deleteold "path"