VbsEdit, the award-winning VBScript editor that dramatically reduces the time you spend writing .VBS scripts

Sample scripts


Shadow Copy
    Create a Shadow Copy Storage Area , WMI

' Create a Shadow Copy Storage Area


Const VOLUME = "C:\"
Const DIFFERENTIAL_VOLUME = "E:\"
Const MAXIMUM_SPACE = 130023424
 
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set objShadowStorage = objWMIService.Get("Win32_ShadowStorage")
errResult = objShadowStorage.Create(VOLUME, DIFFERENTIAL_VOLUME, MAXIMUM_SPACE)



VbsEdit includes all these samples!



Download version 3.4.1
Released Tuesday, November 18, 2008  -   The evaluation version never expires


Home   Buy Now   Support   Video   What's new ?   Awards

Copyright (C) 2001-2008 Adersoft