a. Display the syntax and switches for the command dir.
b. List all directories and files in C:\, pausing if the information scrolls off the display.
c. List all directories and files in C:\ with a three-character file name beginning with W.
d. List all files in C:\ whose extension contains X and sort the results by size.
e. List all directories and files in C:\, redirecting the output to a file named "ssd2.txt" in directory C:\.
f. List all directories and files in C:\, appending the output to ssd2.txt.
g. In directory C:\, create a subdirectory called "SSD2".
h. Copy ssd2.txt to directory SSD2.
i. Rename ssd2.txt in directory SSD2 as "ssd2.bak".
j. Delete ssd2.txt.
k. Remove directory SSD2.
b. List all directories and files in C:\, pausing if the information scrolls off the display.
c. List all directories and files in C:\ with a three-character file name beginning with W.
d. List all files in C:\ whose extension contains X and sort the results by size.
e. List all directories and files in C:\, redirecting the output to a file named "ssd2.txt" in directory C:\.
f. List all directories and files in C:\, appending the output to ssd2.txt.
g. In directory C:\, create a subdirectory called "SSD2".
h. Copy ssd2.txt to directory SSD2.
i. Rename ssd2.txt in directory SSD2 as "ssd2.bak".
j. Delete ssd2.txt.
k. Remove directory SSD2.