Saturday, May 28, 2011

«DraMa NuR KasiH - PeNuH»


«eP. 1 - 2»
http://www.fileserve.com/file/V6Cs2Wn
http://www.filesonic.com/file/1081731981/_.Pirates.NKHEp0102.rar
http://www.duckload.com/download/6101651/_.Pirates.NKHEp0102.rar

«eP. 3 - 4»
http://www.fileserve.com/file/grMNWuA
http://www.filesonic.com/file/1081744054/_.Pirates.NKHEp0304.rar
http://www.duckload.com/download/6101730/_.Pirates.NKHEp0304.rar

«eP. 5 - 6»
http://www.fileserve.com/file/3CHNTye
http://www.filesonic.com/file/1081759364/_.Pirates.NKHEp0506.rar
http://www.duckload.com/download/6101839/_.Pirates.NKHEp0506.rar

«eP. 7 - 8»
http://www.fileserve.com/file/MYHm6gY
http://www.filesonic.com/file/1081769904/_.Pirates.NKHEp0708.rar
http://www.duckload.com/download/6101919/_.Pirates.NKHEp0708.rar

«eP. 9 - 10»
http://www.fileserve.com/file/7B2AAks
http://www.filesonic.com/file/1081779931/_.Pirates.NKHEp0910.rar
http://www.duckload.com/download/6102002/_.Pirates.NKHEp0910.rar

«eP. 11 - 12»
http://www.fileserve.com/file/BFKqsNd
http://www.filesonic.com/file/1081795021/_.Pirates.NKHEp1112.rar
http://www.duckload.com/download/6102195/_.Pirates.NKHEp1112.rar

«eP. 13 - 14»
http://www.fileserve.com/file/pFD8z97
http://www.filesonic.com/file/1081811674/_.Pirates.NKHEp1314.rar
http://www.duckload.com/download/6102236/_.Pirates.NKHEp1314.rar

«eP. 15 - 16»
http://www.fileserve.com/file/c2u3Msy
http://www.filesonic.com/file/1081820484/_.Pirates.NKHEp1516.rar
http://www.duckload.com/download/6102303/_.Pirates.NKHEp1516.rar

«eP. 17 - 18»
http://www.fileserve.com/file/t6wNZtc
http://www.filesonic.com/file/1081839821/_.Pirates.NKHEp1718.rar
http://www.duckload.com/download/6102471/_.Pirates.NKHEp1718.rar

«eP. 19 - 20»
http://www.fileserve.com/file/rsBACe8
http://www.filesonic.com/file/1081847441/_.Pirates.NKHEp1920.rar
http://www.duckload.com/download/6102582/_.Pirates.NKHEp1920.rar

«eP. 21 - 22»
http://www.fileserve.com/file/yTFMAFQ
http://www.filesonic.com/file/1081892614/_.Pirates.NKHEp2122.rar
http://www.duckload.com/download/6102945/_.Pirates.NKHEp2122.rar

«eP. 23 - 24»
http://www.fileserve.com/file/v4g8yhq
http://www.filesonic.com/file/1081899524/_.Pirates.NKHEp2324.rar
http://www.duckload.com/download/6103052/_.Pirates.NKHEp2324.rar

«eP. 25 - 26»
http://www.fileserve.com/file/GWvDf6p
http://www.filesonic.com/file/1081903484/_.Pirates.NKHEp2526.rar
http://www.duckload.com/download/6103076/_.Pirates.NKHEp2526.rar


«Buat Nur Kasih»

Monday, May 23, 2011

«tHe MaK3inG oF B|Tch FiL3»

WhaT Is B|TcH FiLe

Batch files allow MS-DOS and Microsoft Windows users to create a lists of commands to run in sequence once the batch file has been executed. For example, a batch file could be used to run frequently run commands, deleting a series of files, moving files, etc. A simple batch file does not require any special programming skills and can be done by users who have a basic understanding of MS-DOS commands.

Creating a b|tch file

MS-DOS users

To create a basic batch file in MS-DOS, follow the below steps that give you an example of how to create a basic batch file.

1. Open an MS-DOS command window or get to MS-DOS. Additional information about doing this can be found on document CHDOS.
2. At the MS-DOS prompt, type: edit test.bat and press enter.
3. If typed properly, you should now be in a blue screen. Within the screen, type:

pause
dir c:\windows
dir c:\windows\system

4. Once the above three lines have been typed in, click File and choose exit; when prompted to save, click "Yes." Users who do not have a mouse cursor can accomplish this same task by pressing ALT+F to access the file menu, then pressing "X" to exit, and pressing enter to save changes.
5. Once you are back at the MS-DOS prompt, type: test and press enter. This will execute the test.bat file and begin running the file. Because the first line is pause, you will first be prompted to press a key. Once you press a key the batch file will run line-by-line; in this case, listing the files in the windows and windows\system directories.

If you wish to add more lines to this batch file you would type "edit test.bat" to edit the file again.

Additional information about the MS-DOS edit command can be found on our edit command page. Some versions of MS-DOS and bootable diskettes may not have the edit command; if this is the case, you would either need to obtain the edit.com file to access this file or use the copy con command.

Microsoft Windows and other users

A Windows user can still use the above MS-DOS steps if they wish to create a batch file. If, however, you're more comfortable using Microsoft Windows or your operating system, you can use any text editor, such as Notepad or Wordpad, to create your batch files, as long as the file extension ends with .bat. In the below example we use the Windows notepad to create a batch file.

1. Click Start
2. Click Run
3. Type: notepad and press enter.
4. Once notepad is open, type the below lines in the file or copy and paste the below lines into notepad.

@echo off
echo Hello this is a test batch file
pause
dir c:\windows

5. Click File and click Save; browse to where you want to save the file. For the file name, type "test.bat", and if your version of Windows has a "Save as type" option, choose "All files", otherwise it will save as a text file. Once all of this has been done click the Save button and exit notepad.
6. Now, to run the batch file, double-click or run the file like any other program. Once the batch file has completed running it will close the window automatically.


«cMd : AttriB»

ATTRIB
Type: External (3.0 and later)

Syntax:

ATTRIB [d:][path]filename [/S]
ATTRIB [+ R|-R] [+A|-A] [+ H|-H] [+ S|-S] [d:][path]filename [/S]

Purpose:
Sets or displays the read-only, archive, system, and hidden attributes of a file or directory.

Options

+R - Use the +R option to make a file read-only. Read-only files may be read but they can`t be changed or deleted.

-R - Use the -R option to change the file protection attribute back to normal (so it can be read, changed, or deleted).

+A - Use the +A option to set the ARCHIVE attribute of a file. When the +A option is used, this flags the file as available for archiving when using the BACKUP or XCOPY commands.

-A - Use the -A option to turn off the ARCHIVE attribute.

+H - With DOS Versions 4 through 6, use the +H option to set the HIDDEN attribute of a file so that it will not appear in a directory listing.

-H - Use the -H option to turn off the HIDDEN attribute.

+S - With DOS Versions after Version 4, use the +S option to set the SYSTEM attribute of a file. When the +S option is used, this flags the file as a command file used only by DOS. The file will not appear in a directory listing. This attribute is generally reserved for programmers.

-S - Use the -S option to turn off the SYSTEM attribute.

/S - Use the /S switch to set attributes on subdirectories found within the specified path.