I've been looking for a while. we are looking for a way to install ultraVNC silently to as many computers as we can, we are running on Active directory. How could we do this? We are getting tired of running everywhere installing the darn thing
I heard of silent ultravnc installations, or using...
'On Error Resume Next
Dim objFSO
dim objfile
dim email
dim rangestart
dim rangeEnd
dim ending
dim store
dim user
dim MailFolder
dim pathcomplet
Const FOR_READING = 1
strFolder = "c:\vb\Spam\"
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.GetFolder(strFolder)...
Here's an update
here's my code so far:
Dim objFSO
dim objfile
dim email
dim rangestart
dim rangeEnd
dim ending
dim store
dim user
dim MailFolder
' only need one file object really.
Set objFSO = CreateObject("Scripting.FileSystemObject")
' Note: once you get this working for ideal cases...
I'm really rusty vbscript wise so I'm struggling with finding a way to look for the To: string and then extract the name before the @ (test@blabla.com would be test)
I've been trying to figure out how to setup a script that would look through all email files held in a folder for recipient email addresses(find the To: string) and then would send them in a folder named after said person(if the folder doesn't exist, it creates it). The files are all saved in a...
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.