Hi, I text file with many domains (1 domain per line). I need program which cut to clipboard 500 domains every 1 click I press. I hope I explained myself clearly. Thanks in advanced, Tom
it would be better if you provide us with the source you will be copying the domains from because not all have same script/structures running
here is example: 1.com 2.com 3.com 4.com 5.com 6.com 7.com 8.com --- I want to cut X domains from the list every click , for example if I choose to cut 2 domains every click , Then , after first click , on clipboard I get: 1.com 2.com and the list is now: 3.com 4.com 5.com 6.com 7.com 8.com , hope it more clear now ...