home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Else(V1.3) ARP User's Manual Else(V1.3)
-
-
-
- NAME
- Else - FALSE clause of IF conditional.
-
- SYNOPSIS
- Else
-
- DESCRIPTION
- Else is used in combination with IF to perform conditional
- testing. If the IF conditional fails, control will be
- passed to the commands following the ELSE. If the IF
- conditional succeeds, then the commands following the ELSE
- (up to the concluding ENDIF) will be skipped.
-
- Note that the ARP Shell contains a builtin version of this
- command. The diskloaded version of Else cannot be executed
- outside of a script, while the internal Ash version of Else
- can be executed inside or out of a batch file.
-
- SEE ALSO
- AshManual IF ENDIF Execute
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 4/28/89)
-
-
-
-