Forum Navigation
Am I using Process correctly?
Posted: 10/31/07 15:29:59So I do something like this (on Windows):
import tango.sys.Process; .. Process p = new Process("pause"); p.execute();But it fails saying that it can't find "pause". In fact I can't get it to execute anything, ever. I've tried messing with the workDir property but that didn't work.
Is it just b0rken?
I don't know why I'd make a new scripting language. I mean, I might as well just draw some lines in the sand with a stick.