> For relative pathing, I've always created my own variables at powerpro 
> startup that are relative to the existing powerpro startup session.

 
This is a good suggestion.  

If you have a startup scheduled event like
global_p = pprofolder++"mysubfolder\\"
More Commands
global _d = disk++":"++"another"

Then you can use
Do (_p++"script.txt")

This is one case where you might prefer &() text macros do Do() pure expression:

&(_p)script.txt

or

&(_d)myfile.exe

The splitting of command line stuff is not due to the length, its due to a 
stupid design decision I made back in win 3.1 days wherein the command and 
parameters are stored in the same string and powerpro splits on spaces just 
before diaplaying.  I've looked at reversing but it is too much work.  

It only applies to the main command entry box; you can use more command field 
to avoid it.  - Just leave command entry blank and put commands in More 
Commands.








Reply via email to