Re: system_exec error
- Posted by useless_ Dec 01, 2012
- 1050 views
This is how you make it run on v4.1.0.Nov28 :
zipcmdline = "\"C:\\Program Files\\7-Zip\\7z.exe\" e \"\\\\Tiggrbox\\C\\storage.googleapis.com\\books\\ngrams\\books\\" & zipreaddir[zipindex][1] & "\" -oD:\\ngrams\\" puts(1,"\n\n"&zipcmdline&"\n\n") system("\""&zipcmdline&"\"",2)
You just overquote everything to death. And change from system_exec() to system(). Why?, i dunno, and atm i cannot run this on v4.0.4 because the files are in use, but i bet you it won't run on v4.0.4!
useless