Ralph: This code worked for me.
:bptest $options ext ; stx = char(2) ; esc = char(27) ; cr = char(13) ; print esc:stx:">Excel D:\BathBid.xls":cr ; print esc:stx:">notepad D:\netscreen5gt.cfg" ; end BpTest*647738360 . [820] Creating FlashBASIC Object ( Level 0 ) ... [241] Successful compile! 3 frame(s) used. The excel spreadsheet appeared, then when I exited it the notepad appeared. I'm guessing the excel line can't find either excel or the item to open. Bill > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ralph Burton > Sent: Friday, July 29, 2005 5:08 PM > To: [email protected] > Subject: Re: [U2] Open Excel and Import a file or execute a > command from a localPC > > Here's what I attempting in Accuterm 2000. > The "notebook" line works, but the excel line flashes > something fast and returns me > to Accuterm. Weird huh? I went to my PC and used RUN command > Excel f:\ralph.csv and that worked... here's the code: > > STX=CHAR(2); ESC=CHAR(27); CR=CHAR(13) > PRINT ESC:STX:">Excel f:\ralph.csv":CR > PRINT ESC:STX:">notepad f:\ralph.csv":CR > END > > > Thanks, > Ralph > > > > > Lee Beel <[EMAIL PROTECTED]> wrote: > Ralph, > I am not familiar with a utility that will send a file to > windows, but, Accuterm will do this for you. > > Lee > > >>> [EMAIL PROTECTED] 07/27/05 04:06PM >>> > Are there any utilities to pass as comma delimited file from > Unidata/Universe and have it open/imported into Excel? > > Any way to execute a command from a local PC workstation? > > Thanks, > > Ralph > > > > --------------------------------- > Start your day with Yahoo! - make it your home page > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ > > > --------------------------------- > Start your day with Yahoo! - make it your home page > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
