Could everyone please help me take a look, where is the error in this batch file below?
Batch file 1:
@echo off
cls
echo ╔------------------------------------------╗
echo 123456
pause
exit
It's this simple, yet it still won't run.
It's driving me crazy, I just can't see what's wrong,
Batch file 2:
@echo off
cls
echo ╔------------------------------------------╗
echo ┆ Thank you for your cooperation! ┆
echo ┆ Virus removal successful! ┆
echo ┆ By:八戒 ┆
echo ╚------------------------------------------╝
color 0d
pause
:end
But this batch file 2 works fine and displays normally. Why is it that batch file 1 just flashes a black screen and disappears?
I just can't see what's wrong no matter how I look, I feel like crying~
Experts, save me
[ Last edited by 8j on 2007-2-6 at 07:40 AM ]
Batch file 1:
@echo off
cls
echo ╔------------------------------------------╗
echo 123456
pause
exit
It's this simple, yet it still won't run.
It's driving me crazy, I just can't see what's wrong,
Batch file 2:
@echo off
cls
echo ╔------------------------------------------╗
echo ┆ Thank you for your cooperation! ┆
echo ┆ Virus removal successful! ┆
echo ┆ By:八戒 ┆
echo ╚------------------------------------------╝
color 0d
pause
:end
But this batch file 2 works fine and displays normally. Why is it that batch file 1 just flashes a black screen and disappears?
I just can't see what's wrong no matter how I look, I feel like crying~
Experts, save me
[ Last edited by 8j on 2007-2-6 at 07:40 AM ]
