in reply to Re^3: Passing the contents of a file in a "system" call to a .ksh script
in thread Passing the contents of a file in a "system" call to a .ksh script

Kennethk, I have what you listed, but I pre-declared some of the variables at the start of the code. Something I am just used to. I may look into emailing within the script with a second email config file, just trying to stay away from doing so for obvious reasons. Thanks!
  • Comment on Re^4: Passing the contents of a file in a "system" call to a .ksh script

Replies are listed 'Best First'.
Re^5: Passing the contents of a file in a "system" call to a .ksh script
by kennethk (Abbot) on Jan 08, 2009 at 21:13 UTC
    A few months ago, I wrote a secret santa script that involved automated e-mailing to a list contained in an external file. You may find it useful: Re: Temporarily Obscuring a Lottery Draw. Happy hunting.