Hi,
I need some help with PostMessage or SendNotifyMessage.
In the past I was using SendMessage, but because this waits untill it is processed by the target application it was not what I wanted.
Now I want to change the way I send/post it.
I've read that both PostMessage and...
Hmm this might be a stupid question but is it possible to let windows shut itself down on a sertain hour?
Like for example at 22:00 its shuts itself down?
Greets Crazy
Use this
Dim strmess = "variables:" & vbcrlf
dim objshell
set objshell = createobject("wscript.shell")
dim objvariable
for each objvariable in objshell.environment
strmess = strmess & vbtab & objvariable & vbcrlf
next
wscript.echo strmess
wscript.echo "Done"
I'm very new to vb-script or any programming at all:(
but is it possible to set the permissions.
The thing i would like to do is for example
create map "folder"
add user "user"
set the permissions for that user => set read permission disable write permission
remove...
How can you change the name of Local Drive in vbscript.
I have a script that creates a Network Drive but I would like to change the name.
The thing i would like to accomplish is instead of "mapname on computername" to for exemple "Files"
Greets Crazy
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.