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.
What type of commands are individual programs kept, as separate files on the hard disk (DOS diskette)?
External Command: External commands are separate program (.com) files that reside in the DOS directory.
External Command: External commands are separate program (.com) files that reside in the DOS directory.
See lessWhich internal DOS command clears the screen and places the DOS prompt in the upper left corner of the screen?
The CLS or CLRSCR command clears the terminal screen. The command is available in MS-DOS versions 2 and later.
The CLS or CLRSCR command clears the terminal screen. The command is available in MS-DOS versions 2 and later.
See lessWhich command is used to delete the directory and all its contents in one step?
To delete a directory in Linux, you can use the rmdir or rm command. You use the rmdir command to remove an empty directory, while the rm command removes a directory and all its contents.
To delete a directory in Linux, you can use the rmdir or rm command. You use the rmdir command to remove an empty directory, while the rm command removes a directory and all its contents.
See lessAfter searching the current directory where does command.com search next?
To find the current directory in your terminal or command prompt, you can use the "pwd" command in Unix-based systems or "cd" command without any arguments in Windows.
To find the current directory in your terminal or command prompt, you can use the “pwd” command in Unix-based systems or “cd” command without any arguments in Windows.
See lessTo view any currently running Terminate Stay Resident (TSR's) programs you could type:
To view any currently running TSR programs, you can type the Memory command and press Enter. The Memory command will display a list of all the TSR programs that are currently loaded into memory, as well as the amount of memory that each program is using.
To view any currently running TSR programs, you can type the Memory command and press Enter. The Memory command will display a list of all the TSR programs that are currently loaded into memory, as well as the amount of memory that each program is using.
See lessWhile working with MS-DOS, which command is used to compare the disk in drive A with the disk in drive B, specifying to compare only first side of each disk, and only the first 8 sectors of each track?
DISKCOMP compares two disks, track by track, and displays the numbers of tracks that are not identical. If you enter only one drive designation, DISKCOMP compares with the disk in the currently active drive.
DISKCOMP compares two disks, track by track, and displays the numbers of tracks that are not identical. If you enter only one drive designation, DISKCOMP compares with the disk in the currently active drive.
See lessThe COPY command of MS-DOS, is used to:
COPY is usually used to copy one or more files from one location to another. However, COPY can also be used to create new files. By copying from the keyboard console (COPY CON:) to the screen, files can be created and then saved to disk. The first filename you enter is referred to as the source fileRead more
COPY is usually used to copy one or more files from one location to another. However, COPY can also be used to create new files. By copying from the keyboard console (COPY CON:) to the screen, files can be created and then saved to disk. The first filename you enter is referred to as the source file.
See lessWhile working with MS-DOS, which command will you use to transfer a specific file from one disk to another?
Copy Thus the correct answer is "Copy". DISKCOPY: In MS-DOS, the DISKCOPY command is used for inserting the source disk as well as the destination disks.
Copy
See lessThus the correct answer is “Copy”. DISKCOPY: In MS-DOS, the DISKCOPY command is used for inserting the source disk as well as the destination disks.
When you create a subdirectory within a directory, the process is known as _____
Nesting is the process of creating a subdirectory within a directory.
Nesting is the process of creating a subdirectory within a directory.
See lessWhich of the following filename extension suggests that the file is a backup copy of another file?
.bak In computing, ". bak" is a filename extension commonly used to signify a backup copy of a file.
.bak
See lessIn computing, “. bak” is a filename extension commonly used to signify a backup copy of a file.