Re: [Gambas-user] Shell command not working

2013-03-07 Thread Jesus
El 07/03/13 13:40, Jose Monteiro escribió: > text = "cd ~/.relat_bact && rm -rf Modelo*.odt && zip -r " & "MA" & > Mid$(ListBox1.Text, 1, 9) & ".odt ." >Shell text Wait > > 1 - navigating to ~/.relat_bact directory and deleting the odt file is > working fine. > > 2 - generating the "zipped"

[Gambas-user] Shell command not working

2013-03-07 Thread Jose Monteiro
text = "cd ~/.relat_bact && rm -rf Modelo*.odt && zip -r " & "MA" & Mid$(ListBox1.Text, 1, 9) & ".odt  ."   Shell text Wait 1 - navigating to ~/.relat_bact directory and deleting the odt file is working fine. 2 - generating the "zipped" odt file (MA.odt) using the files and directories ins