in reply to
Re^4: Windows: system() and PAUSE
in thread
Windows: system() and PAUSE
first it look for cmd.com, then cmd.exe, then cmd.bat, then cmd.cmd .....
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
Comment on
Re^5: Windows: system() and PAUSE
Download
Code
In Section
Seekers of Perl Wisdom