Tuesday, August 25, 2009 4:10 pm
ExpEnv is a new command line utility that expands environment variable references in a text file, like a SQL script or file to be e-mailed or faxed. While batch files automatically expand references to environment variables, most other scripts, like SQL files, do not. ExpEnv may be used to implement a mail merge type function for sending e-mail or faxes using values set in the environment as variables.
ExpEnv - Copyright (C) 2009, Incode Systems, Inc. www.incodesystems.com sales1@incodesystems.com Usage: [[InFile] [OutFile]] ExpEnv expands environment references in text. InFile and OutFile default to stdin and stdout.