IT Computer Zone

All About Article Computer, Software Technology News & IT Solution

Tag: batch

Make detection Files with batch

18 May, 2009 (06:07) | programming | By: computerzone

using batch programming, we can detect a file on the computer using “Windows OS”. FileDetector can be use for all file extension that we know like .Mp3, .Doc, .3 gp, .wmv, .txt, and other files that we know. following examples of ideas to make the FileDetector Program :
- check Mp3 files [...]

Set or changes File Attributes

14 May, 2009 (11:19) | programming | By: computerzone

batch programming can utilize for the purpose of the computer with the Windows operating system, one of the example is to make the automatic shutdown your PC, now we will try to learn
how to hide a file using batch programming, the following is the example code:
attrib + R + S + H *. doc
code above [...]

Automatic Shutdown PC With simple batch programming

13 May, 2009 (16:03) | programming | By: computerzone

after knowing the basic programming batch (batch introduction) we know batch programming that can be utilized for the purpose of the computer operating system windows. we can delete or save a file and the other we need using the batch programming, such as deleting a folder, delete a file, save a file, we can even [...]

Introduction Batch Programming

6 May, 2009 (02:41) | programming | By: admin

batch programming language is used by the Command Prompt (CMD), formerly known as MS-DOS. This batch program is also a program that is very unique and easy to understand, Batch programs can also be used for various purposes in the Windows operating system, such as create folders, rename folders, delete files, copy files, even to [...]