By default, the command-line interface stops batch file execution when an error is encountered. You can set the command-line interface options to ignore errors and continue by executing the next command contained in the batch file. To ignore errors during batch processing, enter the appropriate command.
From Windows, enter:
set sd_sscmd_continue = on
Using C-shell, enter:
setenv SD_SSCMD_CONTINUE ON
Using Bourne shell, enter:
SD_SSCMD_CONTINUE=ON export SD_SSCMD_CONTINUE"
|
Copyright © 2013 CA.
All rights reserved.
|
|