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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here