home *** CD-ROM | disk | FTP | other *** search
- IF
-
- The IF internal command is used with BATCH processing to execute a command
- if some condition is true.
-
- IF condition command
-
- command is any valid DOS command or program execution statement, including
- another IF command. Piping and redirection should not be used in the command.
- IF commands can be nested.