4837 shaares
702 results
tagged
software
requires palm desktop 4, but might work with palm OS 3?
strComputer = "."
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\root\cimv2:Win32_Process")
objWMIService.Create "notepad.exe", null, null, intProcessID
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\root\cimv2")
Set colMo
This just might be worth it, someday.