answersLogoWhite

0


Best Answer

Autorun.bat

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the batch file that is automatically run when MS DOS booted?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a batch file?

A batch file is the text file that contains a series of commands that MS-DOS carries out. A batch file is created by COPY CON command after specifying a file name by using extension as .BAT in DOS mode.


A file that stores multiple DOS commands is called?

Batch File


What is scripting in Linux?

"Shell Script is series of command written in plain text file. Shell script is just like batch file in MS-DOS but have more power than the MS-DOS batch file."


What are the features of batch file programming?

Batch file programming is dos based programming you have to use dos commands .It is very good to perform some repetitive task in computer programming is easy you should only know the dos commands.


What are the dos files?

Dos files are the files with the extension .bat which are used for programming in DOS. This is also called as batch file programming.


Is a bat file a virus?

http://en.wikipedia.org/wiki/BAT_file no its a batch file used by dos and windows


How do you display the content of the variables captured in a DOS batch file later on in the same batch?

Simply type echo %variablename%


How do you get out of DOS to Windows 98?

You have to install windows 98 using the OEM CD from Microsoft (or you can download it as a torrent file). If it is a DOS-window, then with command EXIT, or if you booted in DOS-mode, then use command WIN (or reboot your computer).


What does autoexebat file does?

An AUTOEXEC.BAT file contains MS-DOS commands which are executed automatically when a Personal Computer boots.


What files are used by MS-DOS to configure a computer?

CONFIG.SYS and AUTOEXEC.BATThe files are CONFIG.SYS and AUTOEXEC.BAT.


How do you access the hard drive in MS-DOS?

If MS-DOS is installed and booted from the drive, it can be accessed immediately at the command prompt. If you have booted from an MS-DOS floppy, you can access the hard drive by typing C:


How do you copy and paste in MS-DOS?

You just need to copy in DOS.. It will automatically paste it.. To copy any file, run "copy" command.. Say you want to copy a file "data" from C: to D:, run "copy C:\data D:" and press enter.. It will automatically get paste..