|
| |
.ifNT/.ifNotNT
Description
- .ifNT evaluates TRUE if running on Windows NT, otherwise FALSE.
- .ifNotNT evaluates TRUE if NOT running on Windows NT, otherwise
FALSE.
Syntax
|
%.ifNT% |
|
Command1[ELSE Command2] |
|
%.ifNotNT% |
|
Command1[ELSE Command2] |
Parameters and Switches
Errorlevels and Output Variables
Examples, Notes and Instructions
| NT |
C:\GuardPost>%.ifNT% ECHO:This
is Windows NT
This is Windows NT
C:\GuardPost>%.ifNotNT% ECHO:This is NOT Windows NT
C:\GuardPost> |
| |
|
2K
XP
K3 |
C:\GuardPost>%.ifNotNT% ECHO:This
is NOT Windows NT
This is NOT Windows NT
C:\GuardPost>%.ifNT% ECHO:This is Windows NT
C:\GuardPost> |
- Syntax is the same as the built-in IF command
Related .Mount/\Commands, #Constants,
$Functions, :Procedures
|
Resource |
|
Short Description |
|
.if2K |
|
TRUE if the OS is Windows 2000. Otherwise FALSE. |
|
.ifNot2K |
|
TRUE if the OS is NOT Windows 2000. Otherwise FALSE. |
|
.ifXP |
|
TRUE if the OS is Windows XP. Otherwise FALSE. |
|
.ifNotXP |
|
TRUE if the OS is NOT Windows XP. Otherwise FALSE. |
|
.ifK3 |
|
TRUE if the OS is Windows Server 2003. Otherwise FALSE. |
|
.ifNotK3 |
|
TRUE if the OS is NOT Windows Server 2003. Otherwise FALSE. |
|
.GetOS |
|
Displays the current OS (NT/2K/XP/K3) -AND- updates #os |
|
#os |
|
Operating System Code (NT, 2K, XP or K3) |
|
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 |
|