Sunday, May 27, 2018

command line - Windows CMD - can't call .cmd file from .bat file

I created A.bat file inside that file i am trying to call B.cmd file


call B.cmd

When trying to invoke the below command in CMD Terminal


call A.bat

Output is


'B.cmd' is not recognized as an internal or external command,
operable program or batch file.

How to call B.cmd inside A.bat ?

No comments:

Post a Comment