Re: system_exec error

new topic     » goto parent     » topic index » view thread      » older message » newer message


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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu