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 gkittelson 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

    Annoying drive map pop-up

    Here is a fix for 2000, doesn't seem to work for me on XP Pro, however... Found this on the JSI FAQ site, http://www.jsiinc.com/SUBM/tip6000/rh6095.htm [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints] "_NoWindowMappedDrive"=""
  3. obiwantuxedo

    Logon script

    Out of curiousity, what is the VBScript equivalent to the DOS command %0\..\infocon.exe? David
  4. obiwantuxedo

    Logon script

    INFOCON is throwing the error. It is looking for the .RTF file but isn't getting it. My guess is it is looking in a different directory, only a thought. With a little help from a co-worker, I have gone into INFOCON and changed Private Sub Form_Load() AlwaysOnTop(Form2) = True...
  5. obiwantuxedo

    Logon script

    Well, I tried that but still no luck. Maybe I should go back into the application and recode it to accept the path to the .RTF file as an argument and maybe that will work. David
  6. obiwantuxedo

    Logon script

    Thanks for the input, but it's still not working. It appears that it has to do with the INFOCON.EXE application. It does not appear to find the .RTF file in the same directory. Is there anyway to set a working directory or something so that it will look in the same directory as the...
  7. obiwantuxedo

    Logon script

    Oops, one more bit, the INFOCON.EXE program looks for an .RTF file in order to run. If I execute the script from within Windows Explorer, it run fine. When I log out and log back in, it gets the error message. David
  8. 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...
  9. 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 =...
  10. obiwantuxedo

    How to write value to registry that has quotations

    Thanks, that worked great.
  11. 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...
  12. 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