in reply to Re: How can I execute "eval" command in WINDOWS 2000?
in thread How can I execute "eval" command in WINDOWS 2000?

I also surprised when I found out that it skips the eval block. To check, I have written a piece of code to create one file C:\\Temp.out in the first line within eval block and write something in it. But that file also not created. Is it the right approach? Or how can I check? I have also tried with print statement within eval block but that also not working.
TIA
-Pijush
  • Comment on Re: Re: How can I execute "eval" command in WINDOWS 2000?

Replies are listed 'Best First'.
Re: How can I execute "eval" command in WINDOWS 2000?
by Abigail-II (Bishop) on Jan 12, 2004 at 17:15 UTC
    Anything in $@ ?

    Abigail