[futurebasic] [X-FB] Testing,testing 123 & [FB] Opening Applications from a FB3 program

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

From: TrohenServices@...
Date: Thu, 19 Apr 2001 23:10:54 EDT
I am not sure if this email got through before 
so here is a test email
-------------------------------------------------------------

I am trying to open up another application from my application
here is what I have so far.

WINDOW #1, "Open Application (Test Window)"
DIM gFldrVRef,a$,@Vol%,fname$
gFldrVRef = folder("Trohen Utilities:PlugIns:",system(_aplVol))
a$ = "System Info"
RUN a$

But all I get on the screen is 
WINDOW #1 from the source above