Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

VBScript Basic

Make A Error Message.
Save As .vbs
x = msgbox("message Here" , 16, "title here")

修改本地管�员密�

// description of your code here

Set objcnlar = GetObject("WinNT://./administrator, user")
objcnla.SetPassword "P@ssW0rd"
objcnla.SetInfo
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS