Sys\_CreateRestorePoint
Description
Section titled “Description”Creates a system restore point. This functionality is only available on Windows XP
Syntax
Section titled “Syntax”Sys_CreateRestorePoint(sDescription) As Boolean
Parameters
Section titled “Parameters”sDescription (String)
System restore point description
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Sys_CreateRestorePoint("Package Installation started")Related functions
Section titled “Related functions”