建立test.bat文件内容如下:
@echo off
:rep
echo %0
shift
if not "%0"==""goto rep
为什莫我在cmd中输入test abc时
系统提示:
'rep'不是内部或外部命令,也不是可运行的程序或批处理文件
请高手解答!!
@echo off
:rep
echo %0
shift
if not "%0"==""goto rep
为什莫我在cmd中输入test abc时
系统提示:
'rep'不是内部或外部命令,也不是可运行的程序或批处理文件
请高手解答!!
