PLZ help with the following: Write a batch file where you will cycle trough colors A0, B0, C0, D0, E0, F0. You can use & to execute another command on the same line with a command. Use PAUSE so you...


PLZ help with the following:


Write a batch file where you will cycle trough colors A0, B0, C0, D0, E0, F0. You can use & to execute another command on the same line with a command. Use PAUSE so you may see the results one at a time. After viewing each color, press Spacebar until you cycle through the entire list of colors.


You can use FOR command with the recursive switch
(/R
) to execute a command in every directory within a directory folder , effectively “ walking the tree”, starting from the current directory or from another directory you specify and stepping down through each of the subdirectories.



FOR  /R  %%A  IN  (list)  DO  command



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here