Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
shaggy
Posting Yak Master
248 Posts |
Posted - 2006-09-05 : 01:39:12
|
hi everyone, can anyone explain me what is batch file and why we use it.regardskk |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
shaggy
Posting Yak Master
248 Posts |
Posted - 2006-09-05 : 02:04:53
|
no he havent explained me.i want to know what is batch file. what will it do |
 |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-09-05 : 02:06:36
|
in what specific content ? KH |
 |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-09-05 : 02:08:34
|
in General, batch file is- A file with an extension of .BAT, containing a list of commands or program routines that the computer will execute in sequence.- A program that runs without interactions from a user.- A file that contains a sequence, or batch, of commands. Batch files are useful for storing sets of commands that are always executed together because you can simply enter the name of the batch file instead of entering each command individually.- A text file consisting of a set of commands that can be executed all at once (in sequence) as if typed in manually. KH |
 |
|
shaggy
Posting Yak Master
248 Posts |
Posted - 2006-09-05 : 06:59:25
|
thank u khtan |
 |
|
Arnold Fribble
Yak-finder General
1961 Posts |
Posted - 2006-09-05 : 07:04:18
|
For further information try following the first link from Google for "batch file". Sheesh! |
 |
|
|
|
|