21 April 2010

Perintah/Command Run Windows

Run adalah suatu Tools pada Windows yang bertujuan untuk memanggil suatu program atau aplikasi dengan menggunakan Perintah atau Comment.Ada beberapa aplikasi atau program yang di Hidden/di sembunyikan oleh Windows dan inilah peranan Tools Run untuk memanggil program tersebut.Berikut merupakan command/perintah pada Run Windows :
Accessibility Controls = access.cpl
Add Hardware Wizard = hdwwiz.cpl
Add/Remove Programs = appwiz.cpl
Administrative Tools = control admintools
Automatic Updates = wuaucpl.cpl
Bluetooth Transfer Wizard = fsquirt
Calculator = calc
Certificate Manager = certmgr.msc
Character Map = charmap
Check Disk Utility = chkdsk
ciadv.msc = Indexing Service
Clipboard Viewer = clipbrd
Command Prompt = cmd
Component Services = dcomcnfg
Computer Management = compmgmt.msc
Date and Time Properties = timedate.cpl
DDE Shares = ddeshare
Device Manager = devmgmt.msc
Direct X Control Panel (If Installed)* = directx.cpl
Direct X Troubleshooter = dxdiag
Disk Cleanup Utility = cleanmgr
Disk Defragment = dfrg.msc
Disk Management = diskmgmt.msc
Disk Partition Manager = diskpart
Display Properties = control desktop/desk.cpl
Dr. Watson System Troubleshooting Utility = drwtsn32
Driver Verifier Utility = verifier
Event Viewer = eventvwr.msc
Open explore windows = Explore.exe
File Signature Verification Tool = sigverif
Findfast = findfast.cpl
Folders Properties = control folders
Fonts = control fonts
Fonts Folder = fonts
Free Cell Card Game = freecell
Game Controllers = joy.cpl
Group Policy Editor (XP Prof) = gpedit.msc
Hearts Card Game = mshearts
Iexpress Wizard = iexpress
Indexing Service = ciadv.msc
Internet Properties = inetcpl.cpl
IP Configuration = ipconfig
Java Control Panel (If Installed) = jpicpl32.cpl
Java Application Cache Viewer (If Installed) = javaws
Keyboard Properties = control keyboard
Local Security Settings = secpol.msc
Local Users and Groups = lusrmgr.msc
Logs You Out Of Windows = logoff
Microsoft Chat = winchat
Minesweeper Game = winmine
Mouse Properties = control mouse
Mouse Properties = main.cpl
Network Connections = control netconnections
Network Connections = ncpa.cpl
Network Setup Wizard = netsetup.cpl
Notepad = notepad
Nview Desktop Manager (If Installed) = nvtuicpl.cpl
Object Packager = packager
ODBC Data Source Administrator = odbccp32.cpl
On Screen Keyboard = osk
Opens AC3 Filter (If Installed) = ac3filter.cpl
Password Properties = password.cpl
Performance Monitor = perfmon.msc
Performance Monitor = perfmon
Phone and Modem Options = telephon.cpl
Power Configuration = powercfg.cpl
Printers and Faxes = control printers
Printers Folder = printers
Private Character Editor = eudcedit
Quicktime (If Installed) = QuickTime.cpl
Regional Settings = intl.cpl
Registry Editor = regedit
Registry Editor = regedit32
Remote Desktop = mstsc
Removable Storage = ntmsmgr.msc
Removable Storage Operator Requests = ntmsoprq.msc
Resultant Set of Policy (XP Prof) = rsop.msc
Scanners and Cameras = sticpl.cpl
Scheduled Tasks = control schedtasks
Security Center = wscui.cpl
Services = services.msc
Shared Folders = fsmgmt.msc
Shuts Down Windows = shutdown
Sounds and Audio = mmsys.cpl
Spider Solitare Card Game = spider
SQL Client Configuration = cliconfg
System Configuration Editor = sysedit
System Configuration Utility = msconfig
System File Checker Utility = sfc
System Properties = sysdm.cpl
Task Manager = taskmgr
Telnet Client = telnet
User Account Management = nusrmgr.cpl
Utility Manager = utilman
Windows Firewall = firewall.cpl
Windows Magnifier = magnify
Windows Management Infrastructure = wmimgmt.msc
Windows System Security Tool = syskey
Windows Update Launches = wupdmgr
Windows XP Tour Wizard = tourstart
Wordpad = write












sumber : http://devit1104.blogspot.com/2009/02/perintahcommand-run-windows.html

Melacak IP Address Pengirim EmaiL

Sering kali kita menerima pesan yang masuk ke alamat email bahkan pesan yang berupa SPAM (Pesan yang di anggap Sampah biasanya berupa Iklan).Berikut merupakan Tips untuk mengetahui IP address dari manakah asal pengirim email:
Yahoo Mail.
1. Login ke account email anda ( http://mail.yahoo.com/ ).
2. Masuk ke inbox dan buka salah satu email yang ingin anda lihat.
3. Pada pojok kanan bawah cari menu tulisan “Full Headers” dan klik tulisan tersebut.
4. Maka anda bisa mengetahui ip address pengirim email dan info detail yang lain.

Gmail / Google Mail.
1. Login ke account email anda ( http://gmail.com/ ).
2. Masuk ke inbox
3. Buka salah satu email yang ingin anda lihat,
4. Lihat kanan di bagian atas ada pilihan Reply, terus disamping tulisan Reply ada tanda panah ke bawah, klik tanda panah tersebut dan pilih Show Original.
5. Maka anda bisa mengetahui ip address pengirim email dan info detail yang lain.

Hotmail.
1. Login ke account email anda ( http://hotmail.com/ ).
2. Buka salah satu email yang ingin anda lihat
3. Klik kanan email tersebut dan pilih View Source.
4. Maka anda bisa mengetahui ip address pengirim email dan info detail yang lain.

Outlook Express.
1. Buka program Outlook Express dan login ke email anda.
2. Klik kanan pada salah satu email yang ingin anda lihat.
3. Klik menu Properties.
4. Klik tab Detail.
5. Maka anda bisa mengetahui ip address pengirim email dan info detail yang lain.

Microsoft Outlook.
1. Buka program Outlook Express dan login ke email anda.
2. Klik kanan pada salah satu email yang ingin anda lihat dan pilih Options
3. Maka anda bisa mengetahui ip address pengirim email dan info detail yang lain.







Sumber : http://devit1104.blogspot.com/2009/02/melacak-ip-address-pengirim-email.html

15 April 2010

bikin folder ter-password

pertama , buka NotePad dan isi kode2 di bawah ini !

cls
@ECHO OFF
title Folder david
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST david goto MDDAVID
:CONFIRM
echo yakin anda akan mengunci folder ini ??!?(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren david "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==chita goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" david
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDDAVID
md david
echo Locker created successfully
goto End
:End

ubah bagian "if NOT %pass%==chita goto FAIL" yg tulisan chita jadi password folder yg ingin disembunyikan !
Lalu Save dgn type of file "All Files" dgn nama "*.bat"
Buka filenya , untuk pertama kali ia akan membuat sbuah folder bernama "david". Masukkan data2 yg ingin disimpan trus buka file "*.bat" tadi lalu tekan Y -> enter.
Maka ,foldernya akan hilang, u/ mengembalikannya lg buka file tadi dan masukkan password.

06 April 2010

Fungsi-Fungsi VB/VBA/VBScript

Date/Time Functions
FUNCTION & DESCRIPTION

CDate
Converts a valid date and time expression to the variant of subtype Date

Date
Returns the current system date

DateAdd
Returns a date to which a specified time interval has been added

DateDiff
Returns the number of intervals between two dates

DatePart
Returns the specified part of a given date

DateSerial
Returns the date for a specified year, month, and day

DateValue
Returns a date

Day
Returns a number that represents the day of the month (between 1 and 31, inclusive)

FormatDateTime
Returns an expression formatted as a date or time

Hour
Returns a number that represents the hour of the day (between 0 and 23, inclusive)

IsDate
Returns a Boolean value that indicates if the evaluated expression can be converted to a date

Minute
Returns a number that represents the minute of the hour (between 0 and 59, inclusive)

Month
Returns a number that represents the month of the year (between 1 and 12, inclusive)

MonthName
Returns the name of a specified month

Now
Returns the current system date and time

Second
Returns a number that represents the second of the minute (between 0 and 59, inclusive)

Time
Returns the current system time

Timer
Returns the number of seconds since 12:00 AM

TimeSerial
Returns the time for a specific hour, minute, and second

TimeValue
Returns a time

Weekday
Returns a number that represents the day of the week (between 1 and 7, inclusive)

WeekdayName
Returns the weekday name of a specified day of the week

Year
Returns a number that represents the year



Conversion Functions



FUNCTION & DESCRIPTION

Asc
Converts the first letter in a string to ANSI code

CBool
Converts an expression to a variant of subtype Boolean

CByte
Converts an expression to a variant of subtype Byte

CCur
Converts an expression to a variant of subtype Currency

CDate
Converts a valid date and time expression to the variant of subtype Date

CDbl
Converts an expression to a variant of subtype Double

Chr
Converts the specified ANSI code to a character

CInt
Converts an expression to a variant of subtype Integer

CLng
Converts an expression to a variant of subtype Long

CSng
Converts an expression to a variant of subtype Single

CStr
Converts an expression to a variant of subtype String

Hex
Returns the hexadecimal value of a specified number

Oct
Returns the octal value of a specified number



Format Functions



FUNCTION & DESCRIPTION

FormatCurrency
Returns an expression formatted as a currency value

FormatDateTime
Returns an expression formatted as a date or time

FormatNumber
Returns an expression formatted as a number

FormatPercent
Returns an expression formatted as a percentage



Math Functions



FUNCTION & DESCRIPTION

Abs
Returns the absolute value of a specified number

Atn
Returns the arctangent of a specified number

Cos
Returns the cosine of a specified number (angle)

Exp
Returns e raised to a power

Hex
Returns the hexadecimal value of a specified number

Int
Returns the integer part of a specified number

Fix
Returns the integer part of a specified number

Log
Returns the natural logarithm of a specified number

Oct
Returns the octal value of a specified number

Rnd
Returns a random number less than 1 but greater or equal to 0

Sgn
Returns an integer that indicates the sign of a specified number

Sin
Returns the sine of a specified number (angle)

Sqr
Returns the square root of a specified number

Tan
Returns the tangent of a specified number (angle)



Array Functions



FUNCTION & DESCRIPTION

Array
Returns a variant containing an array

Filter
Returns a zero-based array that contains a subset of a string array based on a filter criteria

IsArray
Returns a Boolean value that indicates whether a specified variable is an array

Join
Returns a string that consists of a number of substrings in an array

LBound
Returns the smallest subscript for the indicated dimension of an array

Split
Returns a zero-based, one-dimensional array that contains a specified number of substrings

UBound
Returns the largest subscript for the indicated dimension of an array



String Functions



FUNCTION& DESCRIPTION

InStr
Returns the position of the first occurrence of one string within another. The search begins at the first character of the string

InStrRev
Returns the position of the first occurrence of one string within another. The search begins at the last character of the string

LCase
Converts a specified string to lowercase

Left
Returns a specified number of characters from the left side of a string

Len
Returns the number of characters in a string

LTrim
Removes spaces on the left side of a string

RTrim
Removes spaces on the right side of a string

Trim
Removes spaces on both the left and the right side of a string

Mid
Returns a specified number of characters from a string

Replace
Replaces a specified part of a string with another string a specified number of times

Right
Returns a specified number of characters from the right side of a string

Space
Returns a string that consists of a specified number of spaces

StrComp
Compares two strings and returns a value that represents the result of the comparison

String
Returns a string that contains a repeating character of a specified length

StrReverse
Reverses a string

UCase
Converts a specified string to uppercase



Other Functions



FUNCTION & DESCRIPTION

CreateObject
Creates an object of a specified type

Eval
Evaluates an expression and returns the result

GetLocale
Returns the current locale ID

GetObject
Returns a reference to an automation object from a file

GetRef
Allows you to connect a VBScript procedure to a DHTML event on your pages

InputBox
Displays a dialog box, where the user can write some input and/or click on a button, and returns the contents

IsEmpty
Returns a Boolean value that indicates whether a specified variable has been initialized or not

IsNull
Returns a Boolean value that indicates whether a specified expression contains no valid data (Null)

IsNumeric
Returns a Boolean value that indicates whether a specified expression can be evaluated as a number

IsObject
Returns a Boolean value that indicates whether the specified expression is an automation object

LoadPicture
Returns a picture object. Available only on 32-bit platforms

MsgBox
Displays a message box, waits for the user to click a button, and returns a value that indicates which button the user clicked

RGB
Returns a number that represents an RGB color value

Round
Rounds a number

ScriptEngine
Returns the scripting language in use

ScriptEngineBuildVersion
Returns the build version number of the scripting engine in use

ScriptEngineMajorVersion
Returns the major version number of the scripting engine in use

ScriptEngineMinorVersion
Returns the minor version number of the scripting engine in use

SetLocale
Sets the locale ID and returns the previous locale ID

TypeName
Returns the subtype of a specified variable

VarType
Returns a value that indicates the subtype of a specified variable

Mengenal fungsi-fungsi dalam microsoft excel

=SUM(…)

Fungsinya : Untuk melakukan penjumlahan

Bentuk umum : =SUM(range sel)

Contoh : Misalkan kita akan menjumlahkan dari sel H5 sampai sel

H15

Penulisan : =SUM(H5:H15)



=COUNT(…)

Fungsinya : Untuk melakukan counter

Bentuk umum : =COUNT(range sel)

Contoh : Misalkan kita akan menghitung jumlah pegawai yang

berada di sel B5 sampai sel B15

Penulisan : =COUNT(B5:B15)



=MAX(…)

Fungsinya : Untuk mencari nilai maksimum (terbesar)

Bentuk umum : =MAX(range sel)

Contoh : Misalkan kita ingin menetukan nilai terbesar dari sederetan

sel yang berada di sel F1 sampai sel F17

Penulisan : =MAX(F1:F17)



=MIN(…)

Fungsinya : Untuk mencari nilai minimum (terkecil)

Bentuk umum : =MIN(range sel)

Contoh : Misalkan kita ingin menentukan nilai terkecil dari sederetan

sel yang berada di sel F1 sampai sel F17

Penulisan : =MIN(F1:F17)



=AVERAGE(…)

Fungsinya : Untuk mencari nilai rata-rata

Bentuk umum : =AVERAGE (range sel)

Contoh : Misalkan kita ingin mengetahui nilai rata-rata dari sel A11

sampai A17

Penulisan :=AVERAGE(A11:A17)



=ABS(…)

Fungsinya : Untuk mengubah angka-angka yang ada dalam daftar

argumennya menjadi bilangan mutlak (absolut)

Bentuk umum : =ABS(range sel)

Contoh : Misalkan kita bermaksud mengetahui secara mutlak dari

sel yang kita aktifkan, misal di sel F17

Penulisan : =ABS(F17)



=SQRT(…)

Fungsinya : Untuk menghitung akar dari bilangan X. Bilangan X tidak

boleh negatif

Bentuk umum : =SQRT(range sel)

Penulisan : = SQRT(25) 5



=IF(…;…;…)

Fungsinya : Untuk mengecek apakah nilai yang kita gunakan sebagai

kunci benar atau salah (memenuhi syarat atau tidak)

Bentuk umum : =IF(logical_test ; Value_if_true ; Value_if_false)

Contoh : Misalkan kita akan membandingkan nilai di suatu sel yang

berada di sel F17, tentang kriteria siswa dinyatakan lulus

atau gagal dengan ketentuan sbb.

Jika nilai rata-rata siswa lebih besar sama dengan 60,

maka siswa dinyatakan LULUS, dan sebaliknya.

Penulisan : =IF(F17>=60:”LULUS”;”GAGAL”)

artinya jika kolom F17 lebih besar sama dengan 60, maka

LULUS, jika kurang dari 60, maka GAGAL

Keterangan :

Jika kondisi di sel F17 terpenuhi, maak kerjakan Value_if_true, jika kondisi di sel F17 tidak terpenuhi, maka kerjakan Value_if_false



=DATE(Year,Month,Date)

Fungsinya : Untuk menghitung jumlah hari

Contoh : =DATE(73,8,11) à 26887 hari



=VLOOKUP

Fungsinya : Untuk pembacaan suatu tabel secara vertikal

Bentuk umum : =VLOOKUP(lookup_value; table_array; Col_index_num;

Range_lookup)



=HLOOKUP

Fungsinya : Untuk pembacaan suatu tabel secara horizontal

Bentuk umum : =HLOOKUP(lookup_value; table_array; Col_index_num;

Range_lookup)



=LEFT(…;…)

Fungsinya : Untuk mengambil teks sejumlah karakter tertentu dari

sebuah kiri

Bentuk umum : =LEFT(teks;jumlah karakter yang diambil)

Contoh : Misal kita akan mengambil karakter yang ada di sel F17

(Februari) sebanyak 3 huruf

Penulisan : =LEFT(F17;3) à hasilnya Feb



=RIGHT(…;…)

Fungsinya : Untuk mengambil teks sejumlah karakter tertentu dari

sebuah kanan

Bentuk umum : =RIGHT(teks;jumlah karakter yang diambil)

Contoh : Misal kita akan mengambil karakter yang ada di sel F17

(Februari) sebanyak 3 huruf

Penulisan : =RIGHT(F17;3) à hasilnya ari



=MID(…;…;…)

Fungsinya : Untuk mengambil teks dari kedudukan tertentu dengan

sejumlah karakter tertentu

Bentuk umum : =MID(teks; start_number; number_char)

Contoh : Misal kita akan mengambil karakter baru yang ada di sel

F17 (Februari)

Penulisan : =MID(F17:3:3)