S
S
sheeel2019-08-20 13:12:45
cmd/bat
sheeel, 2019-08-20 13:12:45

How to run multiple scripts at the same time?

How to run several node js scripts at the same time through a batch file?
So they are executed synchronously and have to wait a long time

cd parsers
node parser1 &
node parser2 &
node parser3 &
node parser4 &

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2019-08-20
@sheeel

start

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question