Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Crazy321

    SendNotifyMessage and PostMessage

    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...
  2. Crazy321

    Setting permissions

    Thanks allot, this will really come in handy Greets Crazy
  3. Crazy321

    Auto shut down

    Hmm isn't exectly free:(, do you know of something that is? Greets Crazy PS : Thanks for the response
  4. Crazy321

    Auto shut down

    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
  5. Crazy321

    Environment Variables

    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"
  6. Crazy321

    Setting permissions

    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...
  7. Crazy321

    Changing Drive name

    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

Part and Inventory Search

Back
Top