Using Cygwin on my local machine, the following Perl code works:
system "cmd /c start 'c:\\cygwin\\home\\fl\\CSmtp_prac.exe'";
when I try to move the Perl file on to Windows SQL server 2008, I can't get it to run.
It says it can't find it on the server even though it is indeed there and I have updated the path to do so. The icon of the perl file is of perl so I know the server has perl on it. I'm wondering what is wrong with my syntax.
Here's what I have on the perl file that is on the server: system "cmd /c start 'c:\PDAutomation\CSmtp_prac.exe'";