Batch file color changing with menu -


This is what I do when you type in several colors and then you click on the back, the second is on the page and then changes color to that number. Here's the code that I just got.

  @echo off: menu clicks resonance 0 = Black Echo 1 = Blue Echo 2 = Green echo 3 = Aqua echo 4 = Red Echo 5 = purple echo 6 = pale echo 7 = white echo 8 = Gray echo 9 = light blue echo A = light green echo B = light aqua echo C = light red echo D = light purple echo e = light yellow echo F = sharp white set / P color = What color do you want? Goto color: color% color% Echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Press any button to return to %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% echo menu. This is not possible and how is it possible?   

code> set / p color = what color do you want?

Just remove the space and it will work: < Pre> set / p color = what color do you want?

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -