C:\WINDOWS>EVENTTRIGGERS /QUERY /?
EVENTTRIGGERS /Query
[/S system
[/U username
[/P
[password
]]]] [/FO format
] [/NH
] [/V
]Description:
Displays the Event Trigger properties and settings.
Parameter List:
/S system Specifies the remote system to connect to.
/U
[domain\
]user Specifies the user context under which the
command should execute.
/P
[password
] Specifies the password for the given user
context. Prompts for input if omitted.
/FO format Specifies the format in which the output is
to be displayed.
Valid values: "TABLE", "LIST", "CSV".
/NH Specifies that the "Column Header" should
not be displayed in the output.
Valid only for TABLE and CSV formats.
/V Specifies that the detailed information
should be displayed in the output.
/? Displays this help/usage.
Examples:
EVENTTRIGGERS /Query /?
EVENTTRIGGERS /Query /FO list /V
EVENTTRIGGERS /Query /FO csv /NH
EVENTTRIGGERS /Query /S system /U domain\user /P password /V
C:\WINDOWS>EXE2BIN /?
Converts .EXE (executable) files to binary format.
EXE2BIN
[drive1:
][path1
]input-file
[[drive2:
][path2
]output-file
] input-file Specifies the .EXE file to be converted.
output-file Specifies the binary file to be created.
C:\WINDOWS>EXPAND /?
Microsoft (R) File Expansion Utility Version 5.1.2600.0
Copyright (C) Microsoft Corp 1990-1999. All rights reserved.
Expands one or more compressed files.
EXPAND
[-r
] Source Destination
EXPAND -r Source
[Destination
]EXPAND -D Source.cab
[-F:Files
]EXPAND Source.cab -F:Files Destination
-rRename expanded files.
-DDisplay list of files in source.
SourceSource file specification. Wildcards may be used.
-F:FilesName of files to expand from a .CAB.
DestinationDestination file | path specification.
Destination may be a directory.
If Source is multiple files and -r is not specified,
Destination must be a directory.