Posts

How to set variable from input in batch [on hold]

Image
up vote -3 down vote favorite OK, so I am trying to create a batch file that can use an input, and use the letters in the input to randomize it. For example, I would request a password, HELLO, and output randomized characters, 85bbe. How would I change the Input to variables, aka the HELLO into "H""E""L""L""O"? I already have the randomizing code built, but I just don't know how to change a word into individual letters set to variables. The encryption code for now, is set A=1 set B=2 set C=3 set D=4 set E=5 set F=6 set G=7 set H=8 set I=9 set J=0 set K=a set L=b set M=c set N=d set O=e set P=f set Q=g set R=h set S=i set T=j set U=k set V=l set W=m set X=n set Y=o set Z=p Thanks for your help, A-c0rN ...

How do I enable the “Universe” repository?

Image
up vote 130 down vote favorite 39 How do I get to the Universe Repository in supported versions of Ubuntu? software-center package-management software-sources share | improve this question edited Mar 10 '17 at 23:14 Elder Geek 25.9k 9 49 123 asked Jun 9 '12 at 16:40 Dr.C.Badrinathan 677 2 8 5 1 ...