Help with command Promt

Giwrgos

Posts: 39   +0
Hey all.
I am new to learning how to create batch files and i am wondering how to do this
For example :
@echo off
Echo What is your name?
some codes here
Echo hello (the name we get) !

Can anyone help?
 
I probably misread that, but you mean commands?
It would take you but a moment to look all of them up (google is you're friend).
You can see all of them by running the command "help".
For a specific command, you type in the command followed by "/?" ie, "taskkill /?".
 
unfortunately google is not a very good friend to this matter.Couldn't find anywhere.That's the reason of this post.
 
hmmm... sorry but your first link shows too basic things, things i already new, thanks for help though!
 
Back