On Tuesday, April 23, 2002, at 12:32 , John Bodoni wrote:

> (part of) My code looks like this:
>
> chdir 'j:/wsinfo';
> system "dir /p";

you do understand that the

        chdir - moves this script to that location
        system() - invokes a subshell and moves the subshell
                                and not this script - yes?



ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to