> ; Fix the pathToPowerPro to your system...
> LOCAL fn, path= ?"C:\Program Files\PowerPro"
> fn= pickfile(file.listfiles(path, 1, 100), ;;+
> ?#Choose filename, use a space between "fuzzy strings"#)
> WIN.Debug(fn)
> WIN.Show("PowerPro Debug")
> QUIT

Or you can use this so you don't have to statically set your powerpro path:
; Fix the pathToPowerPro to your system...
LOCAL fn, path= FILE.folder(WINDOW("exefullpath","=powerpro"))
fn= pickfile(file.listfiles(path, 1, 100), ;;+
?#Choose filename, use a space between "fuzzy strings"#)
WIN.Debug(fn)
WIN.Show("PowerPro Debug")
QUIT


David Troesch  |  Atlanta, GA  |  ICQ# 2333123
Powerpro Yahoogroup - Come, talk and learn. http://tinyurl.com/2sf7d
Funstuff: Home is where you hang your @.



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hv7b4pk/M=362131.6882499.7825260.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1124799504/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

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