Archive for the tag 'cmd'
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 A [...]
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
Create Application Based Dos Promt
We can use MS-DOS to create applications on the computer. to use applications based on MS-DOS us We only need to use a text editor and the which is then stored with the format .bat, or directly using cmd/command promt the which is located on the menu (Start – Accessories – Command Prompt), or with [...]
Posted in category: Computer
January 5, 2011 by computerzone with Comments (0)
Tags: cmd, dos prompt, windows tips