With moderators closing threads, moving threads and threatening to ban users who post in the "incorrect" place,,,,,I'm afraid to post anything. So, I won't.
I have a half dozen topics that need discussion but in the current climate, I won't post anything.
It's time that the moderators realize that this is just a public forum and not an IRS audit.
Where the 'public' is involved, there is always SOME diss-co-ordination anyway.
Good Luck,
PS: Are you talking about an Visual Basic Script?
Here's a very good example of one, to create a Restore Point.
It's name is SetRestorePoint.vbs
******************************************
Set SRP=GetObject("winmgmts:\\.\root\default:Systemrestore")
CSRP=SRP.CreateRestorePoint("Hacked the registry", 0, 100)
*****************************************
I use this little script in my Startup folder, to force a restore point every time I boot up my system.