Archive for the tag 'batch'
Dos Commands In XP
Dos Commands is easy to use to make little tool or program in windows XP, its simple to make auto shutdown computer timer tool, smart copy files tool with hidden action, etc.. To do that all you just need learn some cmd commands. and following is the basic command in windows XP: COPY (to copies [...]
Posted in category: programming
September 17, 2011 by computerzone with Comments (0)
Tags: bat file commands, batch, dos prompt
Batch File Copy Folder Tricks
This is the simple trick of batch file code to copy folder, after you knowing more batch commands you can combine all the batch code to make a expert tool for your computer that using windows. So, you may need learn the others batch file more then to copy folder, ex.Delete folder, rename folder
Posted in category: programming
March 2, 2011 by computerzone with Comments (0)
Tags: batch, batch file copy folder, cmd
How to Write a batch File
Batch (with CMD code), can do something on windows computer like rename files, delete files, shutdown computer automatically and more. for some people it’s easy to make batch files, but more people don’t know how to do. so, in this tutorial we’ll post how to write a batch file, following the steps to write batch [...]
Posted in category: programming
February 26, 2011 by computerzone with Comments (0)
Tags: batch, cmd, tips