home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / batch / if / help.hlm < prev    next >
Encoding:
Text File  |  1989-01-01  |  384 b   |  11 lines

  1.                             IF
  2.  
  3. The IF internal command is used with BATCH processing to execute a command 
  4. if some condition is true.
  5.  
  6.     IF condition command
  7.  
  8. command is any valid DOS command or program execution statement, including
  9. another IF command. Piping and redirection should not be used in the command.
  10. IF commands can be nested.
  11.