j
k
j a
j l
2009/11/23 Hans Hagen :
arg = { "dir", "bar", '"foo bar"', } os.spawn(arg) works ok, so without arg[0]
arg = { "dir", "bar", '"foo bar"', }
os.spawn(arg)
works ok, so without arg[0]
Yes, but your arg[1] has no spaces in it. Try running some program under %ProgramFiles% or other path with spaces. Cheers, Tomek
Back to the thread
Back to the list