Batch mode Refers to invoking cycli commands from a file as follows: • cycli commands can be saved in a plain text file and executed in batch mode by invoking the cycli utility with the -f file option. • cycli commands can be used in any kind of shell script: • #!/usr/bin/cycli can he invoked at the top of a shell script if the script contains only cycli commands. • Any type of shell can be used to run cycli commands along with other commands.