Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Using call with quotes

From: apwing:zonnet:nl at: 20-Apr-2006 13:29

Hi Ron, having tried something similar I found that it works fine for me using the next script: rebol [] dir: "c:\program files\*.*" cmd: join "dir /s " [{"} dir {"}] print cmd call cmd input Did you take care of the mandatory spaces between the command and the parameters? Hope this helps! Arie