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
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
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.
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