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 Wanet Telecoms Ltd 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. obiwantuxedo

    Script to remove Novell Client

    My organization is forcing us to move from our Novell NDS structure to Active Direcory. One of the issues we are having to address is the removal of the Novell client from 3000 workstations. As we are understaffed to touch every workstation, we have been trying to find a way to remove the...
  2. obiwantuxedo

    Logon script

    Having a bit of a problem. We have written a custom application that is to launch at logon in an NT4 domain with NT4 wkst and W2k Pro clients. We have put the application and its related files in a folder and have the logon.bat file point to the .VBS script as follows: @echo off cscript...
  3. obiwantuxedo

    Reading a service

    I'm new to VBScript and am looking for a way to read the regisitry to determine if the spooler service is set to manual or disabled. My code looks like this: Dim WshShell, bKey Set WshShell = WScript.CreateObject("WScript.Shell") bKey =...
  4. obiwantuxedo

    How to write value to registry that has quotations

    How can I write the following value to the registry: cmd.exe /k \"cd %1\" I am trying to write this to HKEY_CLASSES_ROOT\Directory\shell\Command\command\ but the bit in quotations is giving me problems. If I try WshShell.RegWrite...
  5. obiwantuxedo

    Quick Launch shortcut

    I am new to VBScripting and have been trying a few things. I have run into a problem that I have not been able to solve. I am trying to create two shortcuts that are placed on the QUick Launch bar . The first one works fine, but the second does not. Any help would be greatly appreciated...

Part and Inventory Search

Back
Top