--- In [email protected], "chunwaihome" <chunwaih...@...> wrote:
>
> Hello,
>
> I have worked properly that i can run the command as pp parameter from the
> programs.
> For example, i make a button on total commander's button bar which select
> file will be added after the powerpro.exe.
> As a result of being press the button to run script from the select files.
> But this will not be worked after i reinstall xp. It prompt the error" only
> one powerpro configuration can be running"
>
A- you did nt fully qualified your script file and/or did not surround the name
with quote ! (powerpro misinterpret the parameter !)
B- powerpro crashed but it is still in memory
> The other question is that i would like to add the newline character to the
> clip. For example, i have a command "clip.text
> ("chunwaihome2"++"\n"++"abc")" but it dont work.
>
try clip.set("aaa"++"\n"++"bbb") instead