in reply to
Re^2: system command can't spawn cmd.exe
in thread
system command can't spawn cmd.exe
Fixed on Windows 7, 64 bits command prompt adding the cmd.exe path in PATH like this: set PATH=%PATH%;C:\Windows\SysWOW64
Comment on
Re^3: system command can't spawn cmd.exe
Replies are listed 'Best First'.
Re^4: system command can't spawn cmd.exe
by
Anonymous Monk
on Dec 11, 2014 at 10:33 UTC
Yes this path setting works on Windows 7, 64 bit. Thanks for the this hint Fairoz.
[reply]
In Section
Seekers of Perl Wisdom