Added sleep <Integer> to batch commands

This commit is contained in:
Ross Scroggs
2024-02-03 17:33:36 -08:00
parent 6ed3f8ebfc
commit 566a0c0345
7 changed files with 40 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ Batch files can contain the following types of lines:
* GAM waits for all running GAM commands to complete
* GAM prints \<String\> and waits for the user to press any key
* GAM continues
* sleep \<Integer\> - Batch processing will suspend for \<Integer\> seconds before the next command line is processed
* print \<String\> - Print \<String\> on stderr
* set \<KeywordString\> \<ValueString\>
* Subsequent lines will have %\<KeywordString\>% replaced with \<ValueString\>