Answer Posted / 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 |
Post New Answer View All Answers
How do I know if my hardware supports 64 bit?
What is a command interpreter?
How you can check whether a machine is 64 bit or 32 bit?
What are the methods for handling deadlocks?
Explain paging, faulting, and deadlock?
Can I have two operating systems on one computer?
Do I need program files x86?
How does reference counting manage memory allocated objects?
Should I install 32 bit or 64 bit?
What are the different job scheduling in operating systems?
Explain about assembler and the functions executed by them?
What is the largest ram?
What is a flash memory?
Explain pcb.
What is synchronously and asynchronously?