Update Windows-cmd-shell-batch-scripting-cheat-sheet.adoc

This commit is contained in:
Yuri Slobodyanyuk
2022-08-31 20:42:30 +03:00
committed by GitHub
parent 6e8c6f99be
commit 349d514333

View File

@@ -29,7 +29,7 @@ echoing off does not hide _output_ of the commands run, just the commands themse
by _dot_ and it causes echo to print a blank line (an dthis is the only way to do so).
|*@*
|Turn off echoing only for the command preceded by this @. Usually, also used as `@echo off` to prevent the _echo off_
|Turn off echoing only for the command preceded by this @. E.g. `@echo off` to prevent the _echo off_
being printed itself.
|*title _Title bar text_*