Xbasic
WIN_SERVICES Function
Syntax
Services as Collection = win_services([C computer ])
Arguments
- Services
A collection containing information about the Windows services of a computer.
- computer
Optional. Default = "." (local computer). The name of the computer to analyze.
Description
The WIN_SERVICES() function retrieves information about Windows services on a computer.
Example
x = win_services() ? x.enum_all() = a347bus Alerter a347scsi Abiosdsk abp480n5 Microsoft ACPI Driver ...
See Also