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

    Import and update table

    I have a macro that calls import queries to import a table from an offline computer to network table database. I would like the macro to update the data in the network table database. It is overwriting the data in the network table database. How do I fix this?
  2. serverguy78

    Page File Windows 7

    Hello I have a page file script that works fine in Windows XP. However it doesn't work at all in Windows 7. Can someone help me? strComputer = "." Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colPageFiles =...
  3. serverguy78

    Event Viewer question

    Hello, I was wondering if it is possible to change this code so that it checks Overwrite events as needed instead of Overwrite events older than 14 days? strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate,(Security)}!\\" & _ strComputer &...
  4. serverguy78

    Event log script issue

    Hello, I'm trying create an event log script that will let me set the maximum log size. Here is what I have so far and I'm getting errors when I try to run it. Please assist strComputer = "." Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate,(Security)}!\\" &...
  5. serverguy78

    Run wscript echo after software install

    Hello, I have any install script that I want to show a complete textbox after the software installs. My problem is that the textbox is coming up while the software is still installing. Can someone help me? Here is my code: Dim WshShell Set WshShell = CreateObject("Wscript.Shell") On Error...
  6. serverguy78

    Backupexec 12.5 missed backups and service issues

    Hello, for some reason the services in our Backup exec 12.5 has stopped working. The only way that I can get the media label to work again is to the restart the services.My other problem is that backup aren't running.How do i fix this? Here is the job log Error : e000e020 - The job...
  7. serverguy78

    Add Text caption to image slideshow

    Hello, I was wondering if someone can show me how to add a text bar to bottom of my pics in my imageslideshow script. Here is my code: <body topmargin="5" leftmargin="0" marginheight="0" marginwidth="0" onload="runSlideShow();initAll()"> var crossFadeDuration = 3; var Pic = []; Pic[0]...
  8. serverguy78

    TOC Script IE 7

    Hello I have a TOC script that works in Firefox but not in IE 7. Can someone help me? Here is my code: Javascript script.js $(document).ready(function() { $("#toc") $("H5").each(function(i) { var current = $(this); current.attr("id", "title" + i); $("#toc").append("<a id='link" + i + "'...
  9. serverguy78

    Inventory script

    Hello, I was wondering if its possible to create a vbscript to collect computer information like computer name and current map drives?
  10. serverguy78

    Page width issues

    Hello, For some reason my page width is 990. I want to constrict the width to 550px width. Can someone help me here is my code snippet. <link type="text/css" href="css/cupertino/jquery-ui-1.8.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>...
  11. serverguy78

    Problems with navigation

    Hello added a navigation javascript to my page with an existing slideshow javascript. The slideshow javascript loads fine. The navigation javascript doesn't load. Can someone assist me. Here is my code snippet. Html <script type="text/javascript"> function initAll() { var allLinks =...
  12. serverguy78

    Copy directory and overwrite

    Hello, I'm trying to write a script that will copy a whole directory of folders to another location and overwrite the files in the destination folder. The problem I have now is that this script will only copy one file or one folder. I need to be able to copy a directory full of backups Can...

Part and Inventory Search

Back
Top