Example:
There are two batch files, a.bat and b.bat.
Using call b.bat or start b.bat in a.bat to realize calling and running b.bat when running a.bat.
Then, what is the difference between using call and start here? Thanks
There are two batch files, a.bat and b.bat.
Using call b.bat or start b.bat in a.bat to realize calling and running b.bat when running a.bat.
Then, what is the difference between using call and start here? Thanks
