View Single Post
  #3  
Old September 13th, 2007
kierong's Avatar
kierong Offline
Junior Member
 
Join Date: February 2007
Posts: 20
Re: Need help with KSH scripting

In "program" include the following line to source the config file. Note the period at the beginning of the line. The variables should then be set for the program to use.

. /some-directory/config
Reply With Quote