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