Start-job to call script from main
- by Naveen
I have three script , from main - 1-script , I am calling other two scripts. so that I can execute both scripts parallely because it's taking too much time in sequential order.
Only variables are different in the script.
How can I merge script 2 & 3 in a single script so that I can call from the main script and it will run as parallel.
1 …