Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Write the pseudo-code to complete the following and insert it below. The code sh

ID: 3528119 • Letter: W

Question

Write the pseudo-code to complete the following and insert it below. The code should reflect running the directory listing of all files on the system in alpha order. Once that is completed, copy the files from the root of the HDD to the root of the removable drive Z:. Once this process is completed, then append the current system date to the end of the AUTOEXEC.BAT and CONFIG.SYS. Combine the contents AUTOEXEC.BAT and CONFIG.SYS into a file named COMBINED.TXT. Once the code is combined, move COMBINED.TXT to the Z: drive appending the current date to COMBINED as part of the move process.

Explanation / Answer

Suppress all output to the monitor Tell the user the purpose of the batch file Pause to allow user read the explanation Display alphabetic directory listing Copy files from root of C: drive to root of A: drive Add current system date to AUTOEXEC.BAT Add current system date to CONFIG.SYS (I don’t know what to write about establishing a connect to the printer) Combine AUTOEXEC.BAT and CONFIG.SYS Redirect combined information to printer INFO1120 Tell user to pick up directory listing at the printer