Hi,
I have a relatively simple but frustrating question. I need to call various system commands like 'cat' from a Perl script. I find that commands like 'mkdir' work fine, however when I run the command 'system(cd somedirectory)' I get an error saying file or directory not found. This happens no matter which directory I try and cd to. After lots of searching i discovered that cygwin calls the Windows cd command when used via the 'system' call. I tried putting the cygwin bin path in my windows path but that didn't help either. Any help on this would be most appreciated.
Thanks,
Thunderbird