in reply to Re^2: Windows: system() and PAUSE
in thread Windows: system() and PAUSE

Does c:\WINNT\system32 appear in your path?

Replies are listed 'Best First'.
Re^4: Windows: system() and PAUSE
by rovf (Priest) on Apr 09, 2010 at 12:02 UTC
    Does c:\WINNT\system32 appear in your path?
    Yes, otherwise system('cmd /c ls.exe') and system('pause') wouldn't work either; plus, I would get an error message saying that CMD is not found.

    -- 
    Ronald Fischer <ynnor@mm.st>

      Do you have an environment varible PERL5SHELL defined?

        No!

        -- 
        Ronald Fischer <ynnor@mm.st>