2016-03-27 6 views

答えて

0

>または<または|がちょうどcarretに `^`使用^

@echo off 
Color 0E 
(
    echo cls 
    echo @echo off 
    echo Color 0B 
    echo echo Please Wait a while .... 
    echo ping localhost -n 4 ^> nul 
)>TEST.bat 
cls 
echo. 
echo Type any key to read the contents of your new batch file 
pause>nul 
echo. 
Type TEST.bat 
pause>nul 
cls 
echo. 
echo Type any key to execute your new batch file ... 
pause>nul 
TEST.bat 
関連する問題