用this.bat批处理怎么写另外一个批处理another.bat?
举个例,例如,如何把
cd /d d:\software && for /r %%i in (*.txt) do @echo %%i
让this.bat怎么把上面一行简单的写进another.bat中去?要this.bat中的写法.
还有其它的呢?
举个例,例如,如何把
cd /d d:\software && for /r %%i in (*.txt) do @echo %%i
让this.bat怎么把上面一行简单的写进another.bat中去?要this.bat中的写法.
还有其它的呢?

