Ich wußte es !!!
Hier die Prüfungsfrage:
Patrick needs to execute several console commands that take a while to process. He doesn't need them to run everyday or at a specific time. What can Patrick create to run on demand all commands consecutively?
1.: Create a batch file that he executes from File, Run, Command.bat.
2.: Type each command on the same line in the console then press ENTER.
3.: Create a text file that he executes from the console, <Commands.txt.
4.: Create an executable that he executes with the load command at the console LOAD commands.
Und hier die Erklärung:
Domino 5 Administration Help - search on: Running a batch file of console commands
Console commands can be placed in a plain text file and the text file can be executed from the console by typing a less than symbol (<) followed by the full name of the file. An example would be: <commands.txt, where commands.txt is the name of the text file containing the commands to be executed.
Viele Grüße
Majonese