for eksample, i want to write something that when i start it, it automatically opens up a browser, goes to google, serches for (for exaple) chese, copies parts of a wiki artickle and prints it in a document, then goeas on to another word to google and so on. i just what to know what i do this tith? batch? or what do i need to learn, and where can i learn it?
Answers (1)
Well, first you need perfect spelling. You can not stand spelling mistrakes in this subject.
Go to www.ehow.com/how_5215115_change-startup-programs-windows-7.html and learn it, assuming you have Win7. What you want for a startup program is a file named something.bat. "Something" can be anything, but the ".bat" has to be .bat. You make that file with DOS commands, and you can use google.com to find tutorials on how to make DOS batch files. You can not do any word processing like you describe, but there are ways to feed keystrokes to a program. You will have to learn those as a part of your development. It will take you a while to develop this thing you are talking about.
i made a new more precise question that should make it easyer tu understand what i need
I did a lot of interesting things with batch files, but that was in 1993 and using DOS, not Windows. So you are going to have to learn this all by yourself. I have told you all I know.
sorry, i am from norway so i have bad spelling. I have windows 10 btw. and i know basic batch programming like saving tect files and reading them back and crating user interfaces in the cmd promt window using a .bat program. but what i want to do is make a program that takes a list of facebook profiles and extracts the emails of all people who has it public. how do i do this/learn to do it?