P
pwsteele
I have ActiveState perl installed on my PC and have discovered an odd
behavior when executing a "type" command, e.g.,
system "type c:\\somefile";
This comes back with the error
c:\somefile not found
However, when I use this form
system "cmd /c type c:\\somefile";
it works as expected. I've only seen problem happen with the type
command. Other built in commands appear to work properly. Other users
in the comany do not see this error either, even with the type command.
What would be causing this in my environment?
behavior when executing a "type" command, e.g.,
system "type c:\\somefile";
This comes back with the error
c:\somefile not found
However, when I use this form
system "cmd /c type c:\\somefile";
it works as expected. I've only seen problem happen with the type
command. Other built in commands appear to work properly. Other users
in the comany do not see this error either, even with the type command.
What would be causing this in my environment?