This doesn't make much sense.

sInstruction = "get_iplayer --force --get Shock --output " & sDirectory
> & " --raw >" & sLogFilename & " 2>&1"
>

Here you are directing all output to sLogFilename.



Shell sInstruction To sOutput
>

Here you are expecting something to appear to sOutput!
Interpreted is doing exactly what it supposed to do, wait for something to
write to sOutput.
That's why GUI isn't refreshed.

Jussi
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to