what is batch programming in DOS?
Answer / adrian d&
Batch programming is creating a file with DOS commands which will execute
with a single click even if it comprises of thousands of DOS commands. It's much
faster than manual execution of commands. And saves the effort of retyping the
same commands over and over again if you're doing a repetitive job with a fixed
set of commands. You can rather type those commands down in notepad, save
the file as filename.bat as an "all files" type of file. For example if there are a set
of services to start on 100 systems, it's a waste of time going to each system,
and starting all the services manually. You can type down commands to start
those services, save it as a batch file, and run this batch file on all the systems.
All the services will start with just a click.
| Is This Answer Correct ? | 13 Yes | 0 No |
What is the best way of communication in multi process environment? ex: getting log from different applications from multi servers?
What are the different types of CPU registers in a typical operating system design?
What is difference between deadlock and starvation?
What is aging in operating system?
What is the difference between af_inet and pf_inet?
Can a 64 bit run a 32bit program?
Ms dos provide no means of concurrent processing.three complication that concurrent processing adds to an operating system? ?
Will chkdsk delete my files?
What is inaddr_any?
How can multiple threads be controlled simultaneously?
Throw some light on internal process memory.
What is cache memory?