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 -----------------------------------------------------