Problem using shell-out in Windows command prompt

2009-10-01 Thread Nick Day
Hey, I've just been trying to run a couple of simple commands using shell- out (e.g. (sh dir)) in a repl in Windows command prompt, but am running up against errors of the type java.io.IOException: Cannot run program dir: CreateProcess error=2, The system cannot find the file specified

Re: Problem using shell-out in Windows command prompt

2009-10-01 Thread Stefan Tilkov
On Oct 1, 2009, at 7:39 PM, Nick Day wrote: Hey, I've just been trying to run a couple of simple commands using shell- out (e.g. (sh dir)) in a repl in Windows command prompt, but am running up against errors of the type java.io.IOException: Cannot run program dir: CreateProcess error=2,

Re: Problem using shell-out in Windows command prompt

2009-10-01 Thread John Harrop
On Thu, Oct 1, 2009 at 1:39 PM, Nick Day nicke...@gmail.com wrote: Hey, I've just been trying to run a couple of simple commands using shell- out (e.g. (sh dir)) in a repl in Windows command prompt, but am running up against errors of the type java.io.IOException: Cannot run program dir: