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!

Recent content by wasserfa89

  1. wasserfa89

    search for a file and replace it whiout prompting

    this was an error i become the error Access denied on this line for each objFile in objFSO.GetFolder(strDir).Files 800A0046 User is admin
  2. wasserfa89

    search for a file and replace it whiout prompting

    ok thanks works fine
  3. wasserfa89

    search for a file and replace it whiout prompting

    thanks but the following error appears: set objFSO = WScript.CreateObject("Scripting.FileSystemObject") function findFile(strDir, strFilename) 'read the files for each objFile in objFSO.GetFolder(strDir).Files if (objFile.Name = strFilename) then findFile = objFile.Path...
  4. 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?
  5. wasserfa89

    create Mail for sending only

    Hello all Found a soultion myself Tick Checkbox "Receive Mails only from authenticated users" under the "tab Exchange General" and it works
  6. 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
  7. wasserfa89

    get size of Folders and subfolders

    ok thanks works fine and how can i print out the results with a MSGBox or so?
  8. 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...
  9. 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()...
  10. 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...
  11. 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
  12. wasserfa89

    not adding IP's to the Intranet Zones

    [dazed]Problem solved.. IE was corrupted and Reset was the solutions thanks for your help
  13. wasserfa89

    not adding IP's to the Intranet Zones

    both tried... Server temporary removed from GPO and then Add manually and this won't be saved
  14. wasserfa89

    not adding IP's to the Intranet Zones

    ok coud be yes if you want to add the Sites the Button "ADD" is grayed out
  15. 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...

Part and Inventory Search

Back
Top