CMD Commands

Wednesday, February 23, 2011

With commands of CMD (command prompt) we can make a batch file to create useful windows tool or program, the following are the basic CMD commands :
COPY - Copies one or more files to another location
DEL - Deletes one or more files
ATTRIB - Display or changes file attributes
MD - Make a directory
RD - Removes a directory
REN - Renames file or files
it's all some basic codes usually used for make windows tool, to know more commands you can see on CMD screen by typing help.

Open Start - All Programs - Accessories - Command Prompt, then type the word help there. Or you can press Windows Logo+R on keyboard then type CMD on Run box that appear.