Getvalue(); Scripts Using Getvalue() - IBM Prerequisite Scanner User Manual

Table of Contents

Advertisement

Input parameters
String patt
Array arr
Return values
Dictionary keys

getValue()

Gets the available disk space for a specified directory.
Purpose
This sub routine uses the instance of the file system object to call the
getDriveName() function for the path input parameter and then use the freeSpace
property to obtain the available disk space, which is then converted to MBs. The
prerequisite property input parameter and its value is written to the temporary
text file associated with the script file.
Scripts
Syntax
getValue fso, sKey, drvPath
Input parameters
File system object fso
String sKey
String drvPath
Return values
None
132
Prerequisite Scanner: User's Guide
Contains the pattern for which to search.
Contains the array in which to search for the search pattern.
Returns the keys for the scripting dictionary object.
Table 39. Scripts using getValue()
Script
DEZ_01040000.vbs
LCM_TAD_common.vbs
TAD722_impl.vbs
Instance of the file system object.
Contains a string with the name of the prerequisite property and the equals
symbol.
Contains the path for which to obtain the available disk space.
Description
Script to gather prerequisite properties and
make them available to only the DEZ
01040000 configuration file
Script to gather prerequisite properties and
make them available to only LCM 02300000
and TAD 07200000 configuration files
Script to gather prerequisite properties and
make them available to only the TAD
07220000 configuration file

Advertisement

Table of Contents
loading

Table of Contents