[vtkusers] Re: having trouble open Cone.tcl using cd command
Goodwin Lawlor
goodwin.lawlor at ucd.ie
Mon Jan 15 12:37:58 EST 2007
Zhenzhen Yan wrote:
> Hello,
>
> I just installed VTK, and I'm learning how to use it step by step
> following the VTK User's Guide. I can run the file Cone.tcl located at
> C:\VTK\VTK\Examples\Tutorial\Step1\Tcl directly.
> But when I tried to run this file by typing % cd
> "C:\VTK\VTK\Examples\Tutorial\Step1\Tcl" in the prompt window, it
> appears " couldn't change working directory to
> "C:\VTK\VTK\Examples\Tutorial\Step1\Tcl": no such file or directory.
>
> The path I typed in is correct, so I'm confused why this happen.
> Can anyone help me?
>
> Thanks a lot,
>
> Gina
Hi Gina,
It should work with forward-slashes:
% cd "C:/VTK/VTK/Examples/Tutorial/Step1/Tcl"
hth
Goodwin
More information about the vtkusers
mailing list