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
What is dlm?
How do I find the location of an excel file?
What is risc technology?
much time is spent usually in each phases and why?
Explain compaction.
Explain Page Segmentation.
What are the states associated with the thread?
How i can repair File Allocation Table?
What is the meaning of busy spin in multi-threading?
How much ram can a 32 bit os use?
How do I enable macros?
What is the current microsoft operating system?
Measurements of a certain system have shown that the
average process runs for a time T before blocking
on I/O. A process switch requires a time S, which is
effectively wasted (overhead). The CPU’s efficiency is
the fraction of its time its spends executing user
programs, i.e., executing user processes. For round robin
scheduling with quantum Q, give a formula for the CPU
efficiency for each of the following:
(a) Q = ∞
(b) Q > S + T
(c) S Briefly explain FCFS. What is the basic difference between pre-emptive and non-pre-emptive scheduling.