Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
Which command will prevent subsequent changes to the file CBT.EXE?
ATTRIB - r CBT-EXE command will prevent subsequent changes to the file CBT.EXE
ATTRIB – r CBT-EXE command will prevent subsequent changes to the file CBT.EXE
See lessHow would you allow device drivers and TSR's to be loaded into Upper Memory Blocks?
he Devicehigh= command is used to load device drivers and TSRs into upper memory blocks (UMBs). UMBs are unused areas of memory above 640 kilobytes (KB) that can be used to load device drivers and TSRs, which can free up conventional memory for other programs.
he Devicehigh= command is used to load device drivers and TSRs into upper memory blocks (UMBs). UMBs are unused areas of memory above 640 kilobytes (KB) that can be used to load device drivers and TSRs, which can free up conventional memory for other programs.
See lessWhich file executes commands in DOS?
External Commands: These commands are stored in separate executable files (.exe) and require their own files to run. When you type an external command, MS-DOS loads the corresponding program into memory.
External Commands: These commands are stored in separate executable files (.exe) and require their own files to run. When you type an external command, MS-DOS loads the corresponding program into memory.
See lessWhile working with MS-DOS, which command is used to combine FILE1 plus FILE2 into new file named FILE3?
The correct answer is "Copy". The COPY command is also used for creating the new file
The correct answer is “Copy”. The COPY command is also used for creating the new file
See lessWhen MS-DOS formats a disk, it automatically creates the main directory on your disk, which is called the _____ directory.
The root directory is the main directory on a disk. It is created automatically when the disk is formatted. All other directories on the disk are subdirectories of the root directory
The root directory is the main directory on a disk. It is created automatically when the disk is formatted. All other directories on the disk are subdirectories of the root directory
See lessWhile working with MS-DOS, which command is used to display a list of deleted files that DOS can undelete?
The UNDELETE command can only recover deleted files if no new files or changes have been made on the disk since the deletion. Therefore, if you accidentally delete a file that you want to keep, stop what you are doing immediately and use the UNDELETE command to retrieve the file.
The UNDELETE command can only recover deleted files if no new files or changes have been made on the disk since the deletion. Therefore, if you accidentally delete a file that you want to keep, stop what you are doing immediately and use the UNDELETE command to retrieve the file.
See lessWhile working with MS-DOS, which command is used to restore only those files modified since the last backup, from the drive A to the currently logged drive or directory?
The restore command reads archives created by the backup command and extracts the files that are stored on them. These archives can be in either file name or file system format. An archive can be stored on disk, diskette, or tape.
The restore command reads archives created by the backup command and extracts the files that are stored on them. These archives can be in either file name or file system format. An archive can be stored on disk, diskette, or tape.
See lessWhat switch would you use to view Smartdrive statistics?
Disk command.switch would you use to view Smartdrive statistics
Disk command.switch would you use to view Smartdrive statistics
See lessWhich DOS command will configure a serial printing port?
/P - Sets the print mode. The preceding filename and all following filenames will be added to the print queue. You can also list files to cancel as part of the same PRINT command by entering the /C option followed by the filenames to cancel. /T - Deletes all files in the print queue (those waiting tRead more
/P – Sets the print mode. The preceding filename and all following filenames will be added to the print queue. You can also list files to cancel as part of the same PRINT command by entering the /C option followed by the filenames to cancel. /T – Deletes all files in the print queue (those waiting to be printed).
See lessThe Fdisk command in DOS _____ .
Various FDISK commands are used in MS-DOS and Windows computers to create, delete, resize, change and move partitions on the hard drive. For example, FDISK [/STATUS] /X configures a hard disk for use with MS-DOS
Various FDISK commands are used in MS-DOS and Windows computers to create, delete, resize, change and move partitions on the hard drive. For example, FDISK [/STATUS] /X configures a hard disk for use with MS-DOS
See less