in reply to Send Mail works from Program, not from Windows command line

Maybe quoting problems in the windows cmd shell?

What happens if you try the same call from within another script, e.g. with backticks?

Cheers Rolf

  • Comment on Re: Send Mail works from Program, not from Windows command line

Replies are listed 'Best First'.
Re^2: Send Mail works from Program, not from Windows command line
by rovf (Priest) on Nov 30, 2009 at 09:35 UTC
    Maybe quoting problems in the windows cmd shell?
    Hmmm... I've put the command into "..." quotes, so there shouldn't be something interpreted inside, doesn't it? BTW, if I would run it from another Perl program using backticks, the quoting problem would be the same, because the cmd shell would be involved too.

    -- 
    Ronald Fischer <ynnor@mm.st>