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 Mike Lewis 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. Cyberdud

    Installing UltraVNC to many computers

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

    Sorting through thousands of email files and sorting them

    '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)...
  3. Cyberdud

    Sorting through thousands of email files and sorting them

    I changed it to: MailFolder = objFSO.getFolder("C:\VB\Spam") It gives the same error ( on line 16 character 0)
  4. Cyberdud

    Sorting through thousands of email files and sorting them

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

    Sorting through thousands of email files and sorting them

    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)
  6. Cyberdud

    Sorting through thousands of email files and sorting them

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

Part and Inventory Search

Back
Top