Hi, I am using this command:
set ROOT=%CD% call %ROOT%\cogwin\CogVM.exe -headless "%ROOT%\Pharo-1.4-last.image" file:%ROOT%\script.st So, this is becomes an absolute path. I also tried various variations: - file:%ROOT%\script.st - "file:%ROOT%\script.st" - "file://%ROOT%\script.st" - "%ROOT%\script.st" But, none of these seem to work. Cheers, Doru On 18 Jul 2012, at 17:18, Torsten Bergmann wrote: > Did you use an absolute instead of a relative path > I remember this was once an issue already. > > Bye > T. > -- www.tudorgirba.com "Every thing should have the right to be different."
