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

    Using WMI to configure the NIC duplex speed

    The Network Card duplex can be 1 of the 4 following choices of speed: - 10-Half - 10-Full - 100-Half - 100-Full Now..., by using WMI I was able to use a Win32 class to retrieve the current settings of speed on the NIC or Network Card. However, I was 'NOT' able to find a way of configuring or...
  2. Aladdin420

    Script Encoding

    Encoding means that when a, for example '.vbs', file is encoded by using an encoding application, the source code of that '.vbs' file is no longer understandible. Here's the story, I just encoded 'Cool.vbs' to 'Cooler.vbs'. Now the Cool.vbs, which was not encoded, works fine, but it's new...
  3. Aladdin420

    Win32_IniFileSpecification in VBScript

    The Win32_IniFileSpecification WMI class contains the .INI information that the application needs to set in an .INI file. The .INI file information is written out when the corresponding component is selected to be installed, either locally or run from source. Does anyone have an idea how I can...
  4. Aladdin420

    Drop down inputbox

    Hi all, wanted to know if there's some way of constructing a drop down input box in VBScript. I have gone bananas looking for it, but it seems that this feature is not given with VBScript or the WSH. This is what I wanted to do, for example: An inputbox will pop up and ask the user to...
  5. Aladdin420

    Active-X components List

    Does anyone know of a list of all the ".OCX" files that can be used with VBScript? Thanks Aladdin420
  6. Aladdin420

    Active X component

    I wanted to push my VBScripts to the next level and wanted to learn about Active X components. I have an idea now. A friend told me that I would have to register, not sure what that meant. Went to the Active-x.com, but I'm still lost. Does anyone know where to register, and how would only...
  7. Aladdin420

    Using the ".Run" method to call a Sub Procedure

    Dim objSC, blah, sCCSserver, sMachine, Copier, oFSo, x, y Set oFSo = CreateObject("Scripting.FileSystemObject") Set objSC = CreateObject("MSScriptControl.ScriptControl") Set oShell = CreateObject("Wscript.Shell") Const ForReading = 1, ForWriting = 2, ForAppending =...
  8. Aladdin420

    Tough Question, what's wrong with this code?

    Hey guys, this question may be a toughy, at least to me it is. I am trying to copy one file, "Machine.lst", to one folder, "information". Simple, right? Wrong!! I want to copy the file, but I want the file to first go through a script, "SmartCopy.prg". This...
  9. Aladdin420

    Registry Key Existance

    What function/method checks if a Registry Key exists in VBScript.
  10. Aladdin420

    How to find if a registry key or value exist in VBScript?

    How to find if a registry key or value exist in VBScript?

Part and Inventory Search

Back
Top