Search found 2 matches
- 02 Oct 2013 20:34
- Forum: DOS Batch Forum
- Topic: How to run batch with task from inside another batch?
- Replies: 3
- Views: 3335
Re: How to run batch with task from inside another batch?
So was wondering if I can call the second batch from the first Yes, you can: rem content of first.bat call second.bat I was also wondering if from the first batch I can run an task that will run the second batch... This is possible, too. rem content of first.bat start "" second.bat My con...
- 02 Oct 2013 13:49
- Forum: DOS Batch Forum
- Topic: How to run batch with task from inside another batch?
- Replies: 3
- Views: 3335
How to run batch with task from inside another batch?
Hi, new to this site and love all the help given to people here My question is this: I have two batch files I have one running at my comps startup and I want it to run my second batch So was wondering if I can call the second batch from the first I was also wondering if from the first batch I can ru...