answersLogoWhite

0

What else can I help you with?

Related Questions

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.


What is configsys?

The configuration file for DOS systems. Whenever a DOS computerboots up, it reads the CONFIG.SYS file (if it exists) and executes anycommands in it. The most common commands are BUFFERS= andFILES=, which enable you to specify the buffer size and the number of files that can be open simultaneously. In addition, you can enter commands that install drivers for devices.


What is the file extension for MS-DOS?

There is no specific file extension for MS-DOS. Files can have any 3 character extension in MS-DOS.


How do you copy files to ram in ms-dos?

To copy files to RAM in MS-DOS, you have to use the COPY function after converting the file to a system file with the *.sys extension.


Explain executable versus non-executable files in DOS?

difference between executable file and non-executable file in dos


How does MS-DOS operate and manage its files?

DOS operates its file as per the user's request..


How does MS DOS operate and manage its files?

DOS operates its file as per the user's request..


What are the two system files essential to starting DOS?

io.sys (Kernel File) msdos.sys (Kernel File) config.sys (Kernel File) command.com (Shell File)


How do you view the code of a MS-DOS 16-Bit .com file?

Com files are compiled files so cannot be read .


How do you open a doc file in command promped?

i think this function is not available in ms dos . you can access the .txt files through dos and you can also able to print them through dos. if you are going to just open doc file than simply open dos drag and drop that file to ms- dos window after that hit enter and it will open.


What file attribute does DOS set on all new or changed files?

DOS sets an attribute of "Archive" on any new or changed files. This is basically setting a tripwire to let the system know that the file must e cleared during the next backup.


What dos commands do you use to transfer files?

MOVE as well as COPY and XCOPY, which leave the source file where it was.