it's a series of MS-DOS commands that are written on separate lines of a file and will be executed one afer another when the batch file is runned
it has BAT extension
2006-07-19 22:43:46
·
answer #1
·
answered by Deep Thought 5
·
0⤊
0⤋
A batch file, actually is somewhere the same like what you do in a graphical way. For example you select certain files and copy them to another folder. If you do this on a regular basis you would maybe write a batch file like
xcopy C:\MyDoc\*.doc C:\MyBackup
This would copy all files with the extension doc from c:\Mydoc to c:\MyBackup
When Computer had no Graphical Interface Batch Files was very helpful for common Task like this. In our days there is still some Tasks what you can use a Batchfile for a Job Schedule. But if you are just a home user you will seldom find a reason for to make a batch file
Helmut
2006-07-19 23:36:02
·
answer #2
·
answered by hswes 2
·
0⤊
0⤋
A batch file is a file that executes a number of commands.
2006-07-19 22:43:33
·
answer #3
·
answered by runedragons2004 2
·
0⤊
0⤋
It is a DOS based file designed to start files for computer setup after booting a PC into DOS or earlier windows operating systems. It was also used for programs to set up an operating environment. It is largely obsolete now. Good luck!
2006-07-19 22:44:49
·
answer #4
·
answered by Rowdy answers 6
·
0⤊
0⤋
batch file is the executable file of windows that execute on at the time of booting the operating system. it execute collectivelly(group) so that name batch
2006-07-19 22:45:47
·
answer #5
·
answered by jacky 2
·
0⤊
0⤋
Ratchetr is ideal: echo hi > try.txt "hi" is the content of the record "try.txt" is the region of the record use a unmarried > to create your record or 2 >> to operate contents on your record echo international >> try.txt
2016-12-01 23:44:30
·
answer #6
·
answered by ? 3
·
0⤊
0⤋
go and search it before askin us. why dont u ppl try usin search engines??
2006-07-19 22:49:26
·
answer #7
·
answered by pickut2001 2
·
0⤊
1⤋