Valid on UNIX and Windows
The EnvExport function exports the current environment to a text file.
Function format:
EnvExport(filename as String) as Boolean
Defines the name of the text file.
On successful completion, the function returns TRUE; otherwise, it returns FALSE.
Example:
Rem
Rem Exports defined environment variables
Rem
EnvExport("c:\temp\env.dat")
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|