The echo function is established to show a message into the batch console.
var batch = new Batch(); batch.echo("good morning!").echo("good night!");
Calling | Returning |
---|---|
Batch . echo ( message ) | Batch |
Parameters | Type | Description |
---|---|---|
message | String | The information to show into the batch console. |