1-7Parametersfilename: Batch file, with the extension .bat.DescriptionUse the execute command to execute the specified batch file. Executing a batch file is to execute a setof commands in the batch file one by one.Note that:z A batch file cannot contain any invisible character. If any invisible character is found, the systemwill abort the execution of the batch file, that is, the remaining commands in the batch file will not beexecuted, but the executed operations will not be cancelled.z Not every command in a batch file is sure to be executed. For example, if a certain command is notcorrectly configured, the system omits this command and goes to the next one.z Each configuration command in a batch file must be a standard configuration command, meaningthat the configuration information can be displayed with the display current-configurationcommand after this command is configured successfully; otherwise, this command may not beexecuted correctly.Examples# Execute the batch file named test.bat under the directory flash:/. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] execute test.bat....%Created dir unit1>flash:/test3.file promptSyntaxfile prompt { alert | quiet }ViewSystem viewParametersalert: Specifies to prompt for confirmation before performing file-related operations that have potentialrisks.quiet: Specifies to disable prompts for file-related operations.DescriptionUse the file prompt command to configure the prompt mode for file-related operations.By default, alert mode is used, by which a switch prompts for confirmation before performing file-relatedoperations that have potential risks.If you set the prompt mode of the file-related operations to quiet, the switch does not prompt forconfirmation before performing file-related operations. In this case, the system is more likely to bedamaged due to some maloperations. For example: