Multiple choice technology programming languages which of this command is used to run another batch file within a batch file? continue goto route call Reveal answer Fill a bubble to check yourself D Correct answer Explanation The 'call' command executes another batch file within the current batch file and returns control when complete. 'Goto' jumps to a label within the same file, while 'continue' and 'route' are not valid batch commands.