Alan Martin wrote:

> D> If you set a variable with one program (bat file), and
> D> launch another program (ppro) I believe the variable
> D> gets passed to the child process (guessing this, not tested).

That's how I start powerpro from a usb key. In the root folder of the usb 
key I keep a bat file, say v:\startup.bat (the drive letter will change 
when you plug in the usb key), that includes these batch statements

set PowerPro=v:\bin\Powerpro
set path=%PowerPro%;%path%
%PowerPro%\powerpro.exe

(I oversimplified my bat file, in reality it runs powerpro using 
ppbang.exe and before that it changes ppbang.ini on the usb key, but 
that's not essential).

Whereas on my desktop pc I simply set the PowerPro variable using the 
standard windows gui method.



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to