Re: [Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread M. Cs.
You may be right. In fact the mentioned process is executed after another extracting process, which may be not finished before this starts. Inserting a delay fixes the issue, yet it isn't as good. Csaba -- Live Security Vir

Re: [Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread jm
On Fri, 2012-07-13 at 15:52 +0200, M. Cs. wrote: > I have a BIG problem with the Shell command: doubt it! Simple debug problem. DIM a AS String a = "unzip -u " & Chr$(34) & User.Home & "/.GamCat/GamCat.zip" & Chr $(34) & " -d " & Chr$(34) & User.Home & "/.GamCat/" & Chr$(34) Freeze the IDE an

Re: [Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread Fabien Bodard
So why are you using chr$(34) ? And you can try with exec ... There is no need of shell for that Le 13 juil. 2012 15:53, "M. Cs." a écrit : > I have a BIG problem with the Shell command: > > Shell "unzip -u " & Chr$(34) & User.Home & "/.GamCat/GamCat.zip" & Chr$(34) > & " -d " & Chr$(34) & User.

[Gambas-user] Shell not working properly in G 3.2

2012-07-13 Thread M. Cs.
I have a BIG problem with the Shell command: Shell "unzip -u " & Chr$(34) & User.Home & "/.GamCat/GamCat.zip" & Chr$(34) & " -d " & Chr$(34) & User.Home & "/.GamCat/" & Chr$(34) Wait Tells me the the following: "unzip: cannot find zipfile directory in one of /home/minthaka/.GamCat/GamCat.zip or