@echo off
set /p Pause=Before
>nul
set /p Pause=After
(@edit Before >nul
there supposed to be sign, but it's not visible in post.)
What does this script do, is print "Before" wait till user presses enter, "Bleeps" and prints "After", after pressing enter application stops. But output is:
'' is not recognized as an internal or external command,
operable program or batch file.
I tried >nul
and @echo off
as you see. But it still appears. How to get rid of it?