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 TouchToneTommy 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: guru533
  • Content: Threads
  • Order by date
  1. guru533

    Video not playing in IE

    Ran across a strange problem and was hoping if I could get some help. I got 2 PCs to troubleshoot my problem. One PC has IE5.5 and the other has IE6. IE5.5 - I go to a website with a video clip and everything plays ok. IE6.0 - I go to same website and Video does not work, sound works ok, no...
  2. guru533

    Windows Installer Silent install Options

    I am trying to install this application that comes in a .msi format. What I am trying to do is create a DOS or vbscript install that will silently install it on user's PCs without giving them any options. This can be accomplished using the /q command. My problem is that by using the /q...
  3. guru533

    Domain Lander Page

    When I leave my Browser idle for a while, for some reason it goes to a Domain Lander Page. Does anybody know how I can get IE6 to stop doing that? Thanks for the help in advance.
  4. guru533

    Microsoft Excel is not running. Please launch Excel before continuing

    I'm working on an Excel Add-in and when I attempt to run it from the Excel toolbar, it gives me this error "Microsoft Excel is not running. Please launch Excel before continuing." I'm guessing this is related to how the vendor of that add-in created the program. I was just wondering...
  5. guru533

    Save function response getting lost in transit

    I do not work with SQL databases, however I do work with Applications, many of which is talking to a SQL server. I have encountered this problem and was hoping to get a better understanding of why this is happening. The problem is when I try to save my work, the response seems to get lost in...
  6. guru533

    Using WritePrivateProfileString function to delete a section of an ini

    Does anybody know how to use the "WritePrivateProfileString" Function to delete a section within an ini file?
  7. guru533

    built-in function for editing ini files?

    Does anybody know if vbscript has a built-in function for editing ini files?
  8. guru533

    Silent install for Net8 client patches on Windows 2000

    Has anybody done this on their network?
  9. guru533

    Response file for 8.1.6.2 on windows

    I created a response file for net8.1.6 and I'm wondering if installing the patch uses the same format?
  10. guru533

    Keeping track of how many times a network app gets installed

    Is there a program out there that will let me track and control how many times a network application gets installed. I would also like the application to recognize only unique (users) installs, but I know that might be asking for too much.
  11. guru533

    Need help understanding how to call files in directorys

    I need help understanding how VBScript locate files. For example, I have a VBScript located in C:\program files\test\test1. I want to call an .exe file located in that same folder, do I have to use the whole line, "Wshshell.run C:\program files\test\test1\sample.exe" or can I just...
  12. guru533

    Does anybody know where I can get a copy of Oracle 8.1.6.2 for Windows

    I seem to be having a problem finding it on Oracle.com.
  13. guru533

    Comparing files in the same folder

    What is the best way to get all the files in a particular folder and compare the dates on those files? This is what I have so far and this will give me all the filenames and the date they were created: Function ShowFolders(folderName) Dim fs, f, f1, fc, s s = "" Set fs =...
  14. guru533

    WshShell.Popup on windows 95

    Yes I know I should not be on Windows 95, but I'm stuck with it for a couple more months at my company. When using either WshShell.Popup or Wscript.Echo, the message box I want to pop up in Windows 95 does not pop up, but rather stays minimized. Does anybody know how to get the message box...
  15. guru533

    Reasons Win2000 needs to reset after software installation

    Just wondering, why does some Software installations require a reboot while others do not? Is it only because some active dlls need to be upgraded or is there more to it.
  16. guru533

    RegRead a key with a pathname

    Does anybody know how to write either a short VB program or script to read a reg file with the name HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs\C:\Program Files\Symantec\SYMEVNT1.DLL The string name of the key is: C:\Program Files\Symantec\SYMEVNT1.DLL
  17. guru533

    Creating a reg key with a pathname (c:\windows\sys)

    I have been having problems with creating a reg key with a path as its name and it is extremely furstrating. This is the key I am trying to create. Path = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs\" strReg1 = "C:\\Program...

Part and Inventory Search

Back
Top