Valid on UNIX and Windows
The EnvExport function exports the current environment to a text file.
This environment function has the 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: EnvExport function
Rem
Rem Exports defined environment variables
Rem
EnvExport("c:\temp\env.dat")
|
Copyright © 2013 CA.
All rights reserved.
|
|