in reply to
correct path
Put double quotes around the path — that's right: as part of the string.
system('"c:\\program files\\my dir\\myfile.exe"');
[download]
Comment on
Re: correct path
Download
Code
In Section
Seekers of Perl Wisdom