IT Computer Zone

All About Article Computer, Software Technology News & IT Solution

Category: programming

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 [...]

Scalar Data

2 May, 2009 (04:05) | programming | By: admin

You may want to Read Practitioner Programming Perl and Step to Run Perl First .
Scalar data can be defined as a data that can be manipulated by perl, can be:
-digit numeric
-character-string,
and the data we can add the value of a particular service before the data, such as plus signs, minus percent and so forth. All [...]

Steps to Run Perl

30 April, 2009 (16:59) | programming | By: admin

Running PERL
before you may need to read about practitioner programming perl, ok next,.
The easiest ways to run the program is to call the perl interpreter and perl program name as argument
perl example.pl
Name of program or file is example.pl perl and perl is the name of the perl interpreter. Of course the above perl program [...]

Practitioners programming perl

29 April, 2009 (16:48) | programming | By: admin

You may never make a program with a shell script. shell script does not like perl, because perl is very flexible to use, with the perl program, we can make a match that we want.
Perl (Practical extraction and Report Language) is created by Larry Wall. Perl is a compiler language interpreters at a time similar [...]