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 strongm 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. darklord7

    System Information

    Try to do a reg Read Set WshShell = WScript.CreateObject("WScript.Shell") Wscript.Echo WshShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentVersion") That should tell you what version you have. In Windows 98 you might need to look...
  2. darklord7

    Creating Excel object from vbscript frontend function

    If you write it in as a ASP page you need to write it as Server.CreateObject("Excel.Application") and If you write it in note pad and run it under windows scripting host the code looks like this CreateObject("Excel.Application") Wayne

Part and Inventory Search

Back
Top