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

    Vbs Script yes/no Cd-rom output

    Hi guys, I am new here and also new to scripting. I am searching for a script that determines whether there is a Cd-rom or not Currently I have this: Set colItems = objWMIService.ExecQuery _ ("Select * from Win32_CDROMDrive") For Each objItem in colItems cdrom= objItem.Drive & ";" next now...

Part and Inventory Search

Back
Top