Stefan Miefert ha scritto: >> Hello, >> >> i try in gambas to start openoffice and load a csv file like this >> >> > openoffice path/myfile.csv > > in this command > EXEC["openoffice"," path/myfile.csv "] > > I see openoffice start and at the same time it will clsoe.:( > > When I enter the command direct in the console everything is ok. > > What I must do to start the programm ?! > "What must I do to *not* stop the program?" :-)
You must put a WAIT just after the close bracket EXEC ["openoffice"," path/myfile.csv "] WAIT otherwise you launch the program but, as soon it starts, you close it. Regards, Doriano ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user