-o stratum+tcp://ltc-stratum.kattare.com:3333 \
-u YOUR_USERNAME.YOUR_WORKER_SUFFIX \
-p YOUR_WORKER_PASSWORD \
-I 11 -g 1 -w 256
I usually run cgminer from a .bat file. You can create one by right clicking on your desktop and going to "new" and then "new file".
Than youll wanna change the extenstion of the file to .bat - Ex. Newfile.txt => Newfile.bat
Now right click on said file and click "edit" with notepad.
Now youll wanna type in or paste in a line of code like this:
C:\cgminer\cgminer.exe --scrypt -o stratum+tcp://ltc-stratum.kattare.com:3333 -u YOUR_USERNAME.YOUR_WORKER_SUFFIX -p YOUR_WORKER_PASSWORD -I 11 -g 1 -w 256 --auto-fan --auto-gpu
Now save and double click it.
you should throw a --thread-concurrency in there somewhere as well imo. With a number your card is happy with, google litecoin mining hardware comparison list to get ideas of your thread concurrency.
Hope this helps, GL