|
| |||||||||
| Tags: boot, commands, content, dos, file, system |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What are the contents of Ms DOS.sys
Hello everyone, I am working on Microsoft DOS application for my college project work. I now basic commands in command prompt to copy or move a file, to format, ping, etc. Which usually performs in the DOS windows. I want to know the content of Microsoft DOS file by which I can customize the boot menu. This I want to on a system which is running on Windows 98. What are all the content that it used by the DOS program. What is type of format they are stored. Also how can I edit the Microsoft DOS.sys. Thanks. |
|
#2
| ||||
| ||||
| Re: What are the contents of Ms DOS.sys
A Msdos.sys file is created by windows setup program in the root folder. The attributes of file is set to read only, system and hidden. The files is usually in .txt mode. It includes all the path section which gives the information of windows files location. It also has a option part that is used personalize the boot process. I am listing the some content which is available in it. The first one is for the path section. 1 ). HostWinBootDrv=C:\windows - This determines the root of windows location. 2). UninstallDir=C:\ - This specifies the location of W95undo.dat and W95undo.ini files which are the main file to uninstall windows. These files are included in the option section. 1). AutoScan=A number - This file determines to run scan disk after a improper shutdown. 0 number denotes no scan disk. 2 represent to run for fixing errors. 2). BootDelay=Time - This file denotes the amount of time for booting up windows. It is mentioned in seconds like 2 or 5 This setting is used only by OEM Service Release 2 and Windows 98. |
|
#3
| ||||
| ||||
| Re: What are the contents of Ms DOS.sys
The file is a hidden file. It is an critical system components and a ready only file. You can do many changes in that to customize the boot process of windows. The list below will help you to do so. Before performing any action always take a backup of your file. You can search file by typing ms dos.sys in the search box. In case if is lost then your can at least store it back.:- List of contents in Ms Dos.sys file.
|
|
#4
| ||||
| ||||
| Re: What are the contents of Ms DOS.sys
Ms DOS.sys is an system file. So it is better if you can take a back up of the file. In case of errors you can paste it back on the edited file. It is stored in .txt file which makes it easy to edit. Follow the instructions to make any changes. Go to Start Menu > Find. Select Files or Folders. In box type msdos.sys and press enter. If will be easier if you search in the windows drive. When you get the file right click on it and select properties. Untick the box of Read only and hidden. Click on OK. Then after that right click on the file and select open with. Choose notepad or word pad. Edit the file as you want and save it. Close it and restart your windows to see the result of your changes. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What are the contents of Ms DOS.sys" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| contents got hidden | ABRAM | Operating Systems | 3 | 19-11-2009 01:48 AM |
| Add contents of one cell to another | HiSpeed | Software Development | 3 | 31-10-2009 06:41 PM |
| Put the contents of a VDI in a VHD | Jocelyn_g | Windows Software | 3 | 20-05-2009 02:58 PM |
| Display Contents of XML File | fastrod | Software Development | 3 | 14-03-2009 01:52 PM |
| Show directory contents in C | Janet J | Software Development | 2 | 05-02-2009 11:43 PM |