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 |
Which JVM parameter is used to control the stack size of a thread?
Describe system calls and its type
How many Logical ports are available in OS? eg.23 for Telnet like this what is total number of available ports?
Describe Operating system?
Differentiate between logical and physical address.
What is the safest operating system?
Do I need 32gb of ram?
What is the context switch?
What is context-switching in multi-threading?
What is the cpu scheduler?
Is sae same as af?
How can multiple threads be controlled simultaneously?