ankit.tayal560 has asked for the wisdom of the Perl Monks concerning the following question:
$me="C:/ProgramData/Microsoft"; $me.="/Windows/"; $me.="Start Menu"; $me.="/WinZip"; system("$me");
it shows an error " not an external or internal command, operable program or batch file" how can I resolve it?
|
|---|