Write it before forget it:

In Batch script:

Call

Calls one batch program from another. Such as invoking one function( or code segment), or include function to replace the call expression to the sub-batch.bat code segment .

Start

Starts a separate window to run a specified program or command. Like the background process in shell.

Immidiately Call

 Main.bat

  ...

  sub.bat

  ...

It dont not create the process, like call, but after it execute the sub.bat, it dont return to the Main.bat.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
猜你喜欢
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-01-26
  • 2021-10-28
  • 2022-03-14
相关资源
相似解决方案