|
| |
.ifWkstn/.ifNotWkstn
Description
- .ifWkstn evaluates TRUE if running on a Workstation Operating System (NT Workstation, Windows
2000 Professional, Windows XP, etc.), otherwise FALSE.
- .ifNotWkstn evaluates TRUE if NOT running on a Workstation Operating System, otherwise
FALSE.
Syntax
|
%.ifWkstn% |
|
Command1[ELSE Command2] |
|
%.ifNotWkstn% |
|
Command1[ELSE Command2] |
Parameters and Switches
Errorlevels and Output Variables
Examples, Notes and Instructions
NT
2K
XP |
C:\GuardPost>%.ifWkstn% ECHO:This
is a Workstation OS
This is a Server OS
C:\GuardPost>%.ifNotWkstn% ECHO:This is NOT a Workstation OS
C:\GuardPost> |
| |
|
NT
2K
K3 |
C:\GuardPost>%.ifNotWkstn% ECHO:This
is NOT a Workstation OS
This is NOT a Workstation OS
C:\GuardPost>%.ifWkstn% ECHO:This is a Workstation OS
C:\GuardPost> |
- Syntax is the same as the built-in IF command
Related .Mount/\Commands, #Constants,
$Functions, :Procedures
|
Resource |
|
Short Description |
|
.ifServer |
|
TRUE if running on a Server OS. Otherwise FALSE. |
|
.ifNotServer |
|
TRUE if NOT running on a Server OS. Otherwise FALSE. |
|
.ifDC |
|
TRUE if running on a Domain Controller. Otherwise FALSE. |
|
.ifNotDC |
|
TRUE if NOT running on a Domain Controller. Otherwise FALSE. |
|
.GetRole |
|
Displays the current Role (Server/Wkstn) -AND- updates #role |
|
#role |
|
Operating System Role (Server/Wkstn) |
|
K
E
Y |
Common Commands |
INTERNAL |
External |
/SWITCH |
Parameter |
Help text |
AddonTool |
|
Mounted Commands |
.Mount/\Command |
CmdShorthand |
#Constant |
$FUNCTION |
:Procedure |
!GuardNote |
|
Operating Systems |
NT/2K/XP/K3 |
NT Only |
NT/2K |
2K Only |
2K/XP |
XP Only |
XP/K3 |
K3 Only |
2K/XP/K3 |
|