Hear how the thing go now... Mi just wah fi help so hear weh unnu ago do
I am a programmer by profession, so dat mean mi can help unnu wid almost anything. From PC repair issues to trouble shooting windows and software application and also unnu programming codes and syntax.
So if you need help you just PM and I'll post yuh question plus the proper response to it; and given that many of times there are more than one solution to solve a problem. I'll invite other members to post their ideas too.
So there you have it, an open invitation for you to get some help with school work, personal work and work work. Can't say I never tried to help.
The programming languages that I can assist with are: VB VB.Net VBA C C++ Java My SQL MSSQL /TSQL HTML
Yes mi yute si di fix yah. Sorry mi couldn't get back to you earlier yuh know how di work thing go sometime.
But there was not much wrong with your code, although I do understand that programming Windows Management Instrumentation (WMI) can be very tricky at times.
The areas correccted are in bold red.
strComputer= "."
Set objWMIService= GetObject("winmgmts: {impersonationLevel= impersonate}!\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * From Win32_FloppyDrive")
For Each objItem in colItems Wscript.Echo "Device ID: " & objItem.DeviceID Wscript.Echo "Manufacturer: " & objItem.Manufacturer Wscript.Echo "Name: " & objItem.Name Wscript.Echo "PNP Device ID: " & objItem.PNPDeviceID Wscript.Echo Next
wow koool i coulda mek u look at my project only its due today....:( but otherwise if i ave ne issues i'll definitely link u. I am currently using haskell tho.