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 strongm 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: *

  • Users: wasserfa89
  • Content: Threads
  • Order by date
  1. wasserfa89

    search for a file and replace it whiout prompting

    Hi all I need a function in VB Script to search for a file on a local PC starting at the drive c:and if the file named "tnsnames.ora" is found it shoud be overwritten by a new version from an UNC Network Path How can i do this?
  2. wasserfa89

    create Mail for sending only

    Hi everbody How can i create an Active Diretory 2003 User which has only the ability to send Mails via an exchange 2003 Server and disabling the incoming Mail for only this user? Thanks for your help
  3. wasserfa89

    get size of Folders and subfolders

    Hi all I use Visual Basic 2010 Express and the Code below ------------------------------------------------------- Module Module1 Dim fln, result ' Declare Variables Dim fname As String ' Freespace ' Shows Space Usage of every Folder on the fileserver Sub Main() fname = "c:\temp\test.txt" fln...
  4. wasserfa89

    get size of Folders recursivly

    Hi all I use Visual Basic 2010 Express and the Code below ------------------------------------------------------- Module Module1 Dim fln, result ' Declare Variables Dim fname As String ' Freespace ' Shows Space Usage of every Folder on the fileserver Sub Main()...
  5. wasserfa89

    Error Handling

    Hi all Below a very simple code which does the following: First it opens an Inputbox so the User can type in a date and if it's in wrong format a warning MSGBox will be shown everything works fine execpt the following: How can i handle the MSBox (if User presses the ok Button) Answer will...
  6. wasserfa89

    set IE 9 32 Bit as standard permanently

    Hi all How can the Internet Explorer 32 Bit on 64 Bit set as the default browser permanently? Cause our system calls the SVG Plugin which is not compatible with the IE 64 Bit as far as i know Via Internet Options and Enviroment Variables it dosen't work
  7. wasserfa89

    not adding IP's to the Intranet Zones

    Hi all On Internet Explorer 9 256 Bit we encouter the problem that we can't adding sites to the intranet zone even with the script below: -------------------------------------------------------------------------------------------------------------------------------------------- ' Adds an IP...
  8. wasserfa89

    file not found error

    hi all I found the Script below to recreate damaged Outlook Profiles So far so good, the script works fine, but after creating the blank profile it dosent find the file in c:\temp\profile.prf ----------------------------------------------------------------- Option Explicit...
  9. wasserfa89

    Strange problem after syncing iphone with Exchange 2003

    Hello all We encounter (since we tested the Sychronisation between an IPhone and an Exchange Server 2003 SP2) a very strange phaenomen See attached file. Some Users has foreing Postboxes in the Folder View in Outlook and of course the haven't access to this. How can we fix this.. we already...

Part and Inventory Search

Back
Top