Click here to Skip to main content
16,006,709 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: search for files and folders Pin
Mekong River22-Jul-05 6:21
Mekong River22-Jul-05 6:21 
GeneralRe: search for files and folders Pin
Tibor Blazko22-Jul-05 6:25
Tibor Blazko22-Jul-05 6:25 
QuestionHow to control printer Pin
Mekong River20-Jul-05 21:40
Mekong River20-Jul-05 21:40 
GeneralBooting up Windows.... Pin
pazzz20-Jul-05 16:12
pazzz20-Jul-05 16:12 
GeneralRe: Booting up Windows.... Pin
Mekong River21-Jul-05 6:23
Mekong River21-Jul-05 6:23 
QuestionDetermine Windows OS???? Pin
tmfish20-Jul-05 5:55
tmfish20-Jul-05 5:55 
AnswerRe: Determine Windows OS???? Pin
Michael Dunn20-Jul-05 10:55
sitebuilderMichael Dunn20-Jul-05 10:55 
AnswerRe: Determine Windows OS???? Pin
Mekong River21-Jul-05 5:35
Mekong River21-Jul-05 5:35 
This scripte is demonstrate in VBscript language. I how you could embed it in your application:

Set dtmConvertedDate = CreateObject("WbemScripting.SWbemDateTime")<br />
<br />
strComputer = "."<br />
Set objWMIService = GetObject("winmgmts:" _<br />
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")<br />
<br />
Set colOperatingSystems = objWMIService.ExecQuery _<br />
    ("Select * from Win32_OperatingSystem")<br />
<br />
For Each objOperatingSystem in colOperatingSystems<br />
<br />
    Wscript.Echo "Caption: " & objOperatingSystem.Caption<br />
<br />
Next


For more information try to read this article.[^]



A thousand mile of journey, begin with the first step.

APO-CEDC
Save Children Norway-Cambodia Office

GeneralCAB n OS Pin
Usman Tasleem Akshaf20-Jul-05 3:32
Usman Tasleem Akshaf20-Jul-05 3:32 
GeneralRe: CAB n OS Pin
Mekong River21-Jul-05 6:38
Mekong River21-Jul-05 6:38 
GeneralDefaultIcon for my own programm. Pin
oncer19-Jul-05 21:07
oncer19-Jul-05 21:07 
GeneralDetermining System Partition Pin
rouchark19-Jul-05 8:44
rouchark19-Jul-05 8:44 
GeneralRe: Determining System Partition Pin
Mekong River21-Jul-05 15:06
Mekong River21-Jul-05 15:06 
GeneralRe: Determining System Partition Pin
rouchark22-Jul-05 2:58
rouchark22-Jul-05 2:58 
GeneralRe: Determining System Partition Pin
Mekong River22-Jul-05 5:44
Mekong River22-Jul-05 5:44 
General%Processor Time - Process Vs Processor Pin
devvvy19-Jul-05 0:36
devvvy19-Jul-05 0:36 
GeneralRe: %Processor Time - Process Vs Processor Pin
Mike Dimmick19-Jul-05 1:58
Mike Dimmick19-Jul-05 1:58 
GeneralRe: %Processor Time - Process Vs Processor Pin
devvvy21-Jul-05 22:24
devvvy21-Jul-05 22:24 
GeneralRe: %Processor Time - Process Vs Processor Pin
devvvy24-Jul-05 13:55
devvvy24-Jul-05 13:55 
GeneralGina Problem Pin
Anonymous18-Jul-05 18:50
Anonymous18-Jul-05 18:50 
GeneralRe: Gina Problem Pin
Mekong River20-Feb-06 15:40
Mekong River20-Feb-06 15:40 
QuestionNormal range for performance counter? Pin
devvvy18-Jul-05 17:57
devvvy18-Jul-05 17:57 
AnswerRe: Normal range for performance counter? Pin
Andy Brummer24-Jul-05 9:43
sitebuilderAndy Brummer24-Jul-05 9:43 
GeneralRe: Normal range for performance counter? Pin
devvvy24-Jul-05 13:53
devvvy24-Jul-05 13:53 
GeneralRe: Normal range for performance counter? Pin
Andy Brummer24-Jul-05 15:45
sitebuilderAndy Brummer24-Jul-05 15:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.