i have seen persons making .bat or .cmd files and doing tricks with them on computer.i too have done a lot of them but what i wanted to know is there any language in which they are written,if not(which should not be as i think) then what syntax they follow and how can one can get command on them.
^^What exactly do you want to create a .bat / .cmd file for ?? .bat files usually accept DOS commands.
I had once made a .bat file to do a simple copy of multiple files to one file in binary mode and once made a file to connect to a FTP server using a hardcoded id and password and GETting a file from a predefined unix directory.
what i want to know is how to make these files on my choice to do specific tasks and if they accept DOS commands then can you tell me the place to learn them as what i understand from looking into these files is that they are very useful in nature if properly used so i want to learn every bit about them.
i got it and really works and was nice i can lock any of my data and no body is going to think of this but what i want to ask from you is that how do you learn to do all this as i want to write these programs on my wish
there is no magic pill to do this in an instant. Practicing a lot is the only way. Start with the basics of scripting. Try chaining multiple commands, reading input from user, using iterations etc.
Google is more than enough for you to start learning this. Make up a problem which you want to solve and find the solution yourself. If you are having trouble finding answers, ask more questions, even stupid ones. Someone will point you in the right direction.
i know there is no magic pill and i even dont want it and what you sugest me i have started it before but i think there is certain criteria to do these things but since i know what to do more clearly i will try more and hope on a day i will do things on wish.thanks a lot to you guys for your help.