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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 can anyone explain this

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.


regards

kk

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-09-05 : 01:44:06
didn't timmy answered that in your previous post http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=71472 ?

Is there anything that you need further clarification ?


KH

Go to Top of Page

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
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-09-05 : 02:06:36
in what specific content ?


KH

Go to Top of Page

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

Go to Top of Page

shaggy
Posting Yak Master

248 Posts

Posted - 2006-09-05 : 06:59:25
thank u khtan
Go to Top of Page

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!
Go to Top of Page
   

- Advertisement -