[futurebasic] Re: [FB] Start FuturePaint from fb3

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2001 : Group Archive : Group : All Groups

From: Alain Pastor <apastor@...>
Date: Sat, 21 Apr 2001 10:02:26 +0200

Alain Pastor wrote:
> 
> 
> If your intention is to access the Applications folder located at
> the root level of your HD, you can possibly do something like this:
> 
> DIM gFldrVRef,a$,@Vol%
> a$ = FILES$(-1,,"",Vol%)
> gFldrVRef = FOLDER(a$ + "Applications",0)
> a$ = "FuturePaint 2.0"
> RUN a$, gFldrVRef

Or even simpler:
DIM a$,@Vol%
a$ = FILES$(-1,,"",Vol%)
a$ += "Applications:"+"FuturePaint 2.0"
RUN a$
-- 

Cheers

Alain

-----------------------------------------------------
FB^3 in Europe:  http://euro.futurebasic.com/
FB II Pouch:     http://www.pixmix.com/FB/outils.html
-----------------------------------------------------