Does anyone know how to edit this so that it will delete he UCF folder in every user profile and not just the current folder.
' ------ SCRIPT CONFIGURATION ------
strFolderPath = "<FolderPath>" ' e.g. "d:\temp"
' ------ END CONFIGURATION ---------
set objFSO = CreateObject("Scripting.FileSystemObject")
ObjFSO.DeleteFolder("C:\Documents and Settings\qt32374\Documentum\UCF")
WScript.Echo "Successfully deleted folder"
Thx
' ------ SCRIPT CONFIGURATION ------
strFolderPath = "<FolderPath>" ' e.g. "d:\temp"
' ------ END CONFIGURATION ---------
set objFSO = CreateObject("Scripting.FileSystemObject")
ObjFSO.DeleteFolder("C:\Documents and Settings\qt32374\Documentum\UCF")
WScript.Echo "Successfully deleted folder"
Thx