Baiklah, kita akan sedikit bereksperimen lagi dengan BATCH Programming. Disini saya akan membuat suatu BATCH program, yang fungsinya untuk mempercepat kita membuka Program2 bawaan windows.Seperti misalanya, Microsoft Paint, Notepad, Remote Desktop Protocol, Telnet, dll..
Tak usah berlama – lama ria deh, ini saya sudah membuat softwarenya. Dan formatnya tidak lagi dalam Bat, tapi sudah di konversi ke Exe. Lansung sedot gan…. Tidak akan lama koq, karena ukuran filenya yang sangat kecil.
Download aplikasinya berikut :
Windows Basic Program via Ziddu (langsung sedot gan
Berikut Source Codenya di bawah ini, silahkan anda Copy saja, siapa tahu bisa di kembangkan lagi.@echo offcolor 0atitle www.jokamIT.co.ccmode 70,40 :menudate /ttime /techo.echo =====================================================================echo ======================= Daftar Windows Program ======================echo =====================================================================echo.echo [1]. Microsoft Paint (mspaint)echo [2]. Notepad (notepad)echo [3]. Wordpad (wordpad)echo [4]. Internet Explorer (iexplore)echo [5]. Windows Media Player (wmplayer)echo [6]. Command Prompt (cmd)echo [7]. Task Manager (taskmgr)echo [8]. Hyper Terminal (hypertrm)echo [9]. Telnet Connection (telnet)echo [10]. File Transfer Protocol (ftp)echo [11]. NetMeeting (conf)echo [12]. DirectX Diagnostic Tool (dxdiag)echo [13]. Calculator (calc)echo [14]. Remote Desktop Connection (mstsc)echo [15]. Modifikasi Registri (regedit)echo [16]. Control User (control userpasswords2)echo [17]. Modifikasi User (net user)echo [18]. Shutdown, Restart, LOg Off (shutdown)echo [19]. Merubah IP Address (netsh)echo [20]. Chat dengan Mesinecho [21]. Membuat Folder di Desktopecho [22]. About The Creatorecho [00]. Exit This Fucking Programecho.echo Masukan salah satu pilihan nomor diatas..!!echo.set /p input= Pilihan :clsif not defined input goto menuif %input%==1 start mspaintif %input%==2 start notepadif %input%==3 start wordpadif %input%==4 start iexploreif %input%==5 start wmplayerif %input%==6 start cmdif %input%==7 start taskmgrif %input%==8 start hypertrmif %input%==9 start telnetif %input%==10 start ftpif %input%==11 start confif %input%==12 start dxdiagif %input%==13 start calcif %input%==14 goto remoteif %input%==15 start regeditif %input%==16 start control userpasswords2if %input%==17 goto userif %input%==18 goto matiif %input%==19 goto ipif %input%==20 goto chatif %input%==21 goto folderif %input%==22 goto creatorif %input%==00 exitgoto menu :remoteecho.============echo [b]. Kembaliecho ============echo.echo Wellcome To Remote Desktop Connectionecho.set /p comp= IP Target :clsif not defined comp goto remoteif %comp%==b goto menumstsc /v:%comp%goto remote :userecho Wellcome To Windows User Configurationecho.echo [1]. Melihat Userecho [2]. Menambah Userecho [3]. Menghapus Userecho [4]. Menghilangkan Pass. Adminecho [5]. Melihat PC di Jaringanecho [b]. Kembaliecho.set /p input2= Pilihan Anda :clsif not defined input2 goto userif %input2%==1 goto viewif %input2%==2 goto addif %input2%==3 goto delif %input2%==4 goto adminif %input2%==5 goto netif %input2%==b goto menugoto user :viewecho.============echo [b]. Kembaliecho ============echo.echo Melihat Userecho.net userecho.set /p input2a= Pilihan :clsif not defined input2a goto viewif %input2a%==b goto usergoto view :addecho.============echo [b]. Kembaliecho ============echo.echo Menambah Userecho.set /p name= Nama User :if not defined name clsif not defined name goto addif %name%==b clsif %name%==b goto userecho.set /p pass= Password User :if not defined pass clsif not defined pass goto addif %pass%==b clsif %pass%==b goto userecho.net user %name% %pass% /addnet userecho.echo Tekan ENTERpause>nulclsgoto add :delecho.============echo [b]. Kembaliecho ============echo.echo Menghapus Userecho.net userecho.set /p name2= Nama User :if not defined name2 clsif not defined name2 goto delif %name2%==b clsif %name2%==b goto userecho.net user %name2% /delecho.net userecho.echo Tekan ENTERpause>nulclsgoto del :adminecho.============echo [b]. Kembaliecho ============echo.echo Tekan ENTER 2x untuk menghilangkan PASSWORD ADMINSTRATORnet user administrator *echo.echo SELAMAT PASSWORD SUDAH HILANGecho.set /p input9= Pilihan :clsif not defined input9 goto adminif %input9%==b goto usergoto admin :netecho.============echo [b]. Kembaliecho ============echo.echo Melihat PC di Jaringanecho.net viewecho.set /p input8= Pilihan :clsif not defined input8 goto netif %input8%==b goto menugoto net :matiecho [1]. Shutdownecho [2]. Log Offecho [3]. Restartecho [4]. BATAL..!!!echo [b]. Kembaliecho.set /p inputm= Pilihan Anda :clsif not defined inputm goto matiif %inputm%==1 shutdown -s -t 20 -c "KOMPUTER AKAN SEGERA MATI, SILAHKAN SAVE SEMUA DATA"if %inputm%==2 shutdown -lif %inputm%==3 shutdown -r -t 20 -c "KOMPUTER AKAN SEGERA REBOOT, SILAHKAN SAVE SEMUA DATA"if %inputm%==4 shutdown -aif %inputm%==b goto menugoto mati :ipecho.============echo [b]. Kembaliecho ============echo.echo Ip Address Configurationecho.ipconfigecho.set /p ip2= IP ADDRESS :if not defined ip2 clsif not defined ip2 goto ipif %ip2%==b clsif %ip2%==b goto menuecho.set /p sm= SUBNET MASK :if not defined sm clsif not defined sm goto ipif %sm%==b clsif %sm%==b goto menuecho.set /p ga= GATEWAY :if not defined ga clsif not defined ga goto ipif %ga%==b clsif %ga%==b goto menuecho.netsh interface ip set address name="Local Area Connection" static %ip2% %sm% %ga% 1echo.echo Tekan ENTERpause>nulclsgoto ip :chatecho.============echo [m]. Mulaiecho [b]. Kembaliecho ============echo.echo Chatting dengan Machineecho.set /p inputz= Pilihan Anda :clsif not defined inputz goto chatif %inputz%==m goto mulaixif %inputz%==b goto menugoto chat :mulaixecho Hai. . . Bolek kenalan gak. . ??echo.pause>nulecho Nama Kamu Siapa Ya. . ??echo.set /p name5= :echo.echo Ouwh. .. nama kamu %name5% toh . . .echo.pause>nulecho Nama saya Pudja Mansyurin . . .echo.pause>nulecho Kalau boleh tau ,, %name5% tinggal dimana ?echo.set /p tinggal= :if %tinggal%==pungging goto tinggalsayaif %tinggal%==mojokerto goto tinggalsayaif %tinggal%==mojosari goto tinggalsayaif %tinggal%==jatim goto tinggalsayaecho.echo Waduh . . . jauh ya di %tinggal% . . .echo.pause>nulecho Saya Lebih jauh lagi lho . . hahahah . . .echo.pause>nul :next2echo Owh iya ,, umur %name5% berapa . . . ?echo.set /p umur= :if %umur%==17 goto:umursayaset /a A=%umur%-17echo. :next1echo.echo Umur saya 17 . . . berarti kita beda %A% tahun ya %name5%echo.pause>nulecho Pertanyaan terakhir ya sobat %name5%echo.pause>nulecho Alamat Blog %name5% apa . . . ?echo.set /p blog= :echo.echo Oke . . . saya akan ingat kalau alamat blog sobat %name5% itu %blog%echo.pause>nulecho Ingat blog saya juga ya %name5%echo.Pause>nulecho Sekian Dulu Chatingannya Ea . .echo.pause>nulecho Selamat Beristirahat . . .pause>nulclsgoto chat :umursayaecho.echo wah. . .sama donk. . .pause>nulgoto next1goto umursaya :tinggalsayaecho.echo saya juga tinggal di %tinggal%echo.echo saya di Pungging. . di desa LebakSono. . .echo.pause>nulgoto next2goto tinggalsaya :folderecho.============echo [b]. Kembaliecho ============echo.echo Folder akan berada di tampilan deskop awal..echo.set /p inputj= Nama Folder (jika kembali "b") :clsif not defined inputj goto folderif %inputj%==b goto menucd %userprofile%\desktopmd "%inputj%"goto folder :creatorecho Cping localhost -n .10 >nulclsecho CRping localhost -n .10 >nulclsecho CREping localhost -n .10 >nulclsecho CREAping localhost -n .10 >nulclsecho CREATping localhost -n .10 >nulclsecho CREATEping localhost -n .10 >nulclsecho CREATEDping localhost -n .10 >nulclsecho CREATED BYping localhost -n .10 >nulclsecho CREATED BY Pping localhost -n .10 >nulclsecho CREATED BY PUping localhost -n .10 >nulclsecho CREATED BY PUDping localhost -n .10 >nulclsecho CREATED BY PUDJping localhost -n .10 >nulclsecho CREATED BY PUDJAping localhost -n .10 >nulclsecho CREATED BY PUDJA Mping localhost -n .10 >nulclsecho CREATED BY PUDJA MAping localhost -n .10 >nulclsecho CREATED BY PUDJA MANping localhost -n .10 >nulclsecho CREATED BY PUDJA MANSping localhost -n .10 >nulclsecho CREATED BY PUDJA MANSYping localhost -n .10 >nulclsecho CREATED BY PUDJA MANSYUping localhost -n .10 >nulclsecho CREATED BY PUDJA MANSYURping localhost -n .10 >nulclsecho CREATED BY PUDJA MANSYURIping localhost -n .10 >nulclsecho CREATED BY PUDJA MANSYURINping localhost -n .10 >nulecho.echo.echo TERIMA KASIH dan SALAM SATU JIWAecho PERSATUAN HACKER TEKAJEecho.echo FB : Pudja Mansyurinecho.echo E-mail :
pudja.mozar@yahoo.com echo.echo YM : pudja.mozarecho.echo Blog : www.lebaksono.wordpress.comecho www.jokamIT.co.ccecho.echo Website : www.pudja-web.co.ccecho.echo Phone : (sensored)echo.echo.echo Please report to me, if there's some bugs in this program.echo And I'll repair that as I can as possible. Wassalam..echo.echo.echo Copyrigths @ 2010-2012echo Www.JokamIT.Co.Ccecho.set /p printe= Cetak data iki? y/n :clsif not defined printe goto menuif %printe%==n goto menuif %printe%==y goto printecgoto menu :printececho CREATED BY PUDJA MANSYURIN > Pencipta.txtecho. >> Pencipta.txtecho TERIMA KASIH dan SALAM SATU JIWA >> Pencipta.txtecho PERSATUAN HACKER TEKAJE >> Pencipta.txtecho. >> Pencipta.txtecho FB : Pudja Mansyurin >> Pencipta.txtecho. >> Pencipta.txtecho E-mail :
pudja.mozar@yahoo.com >> Pencipta.txtecho. >> Pencipta.txtecho YM : pudja.mozar >> Pencipta.txtecho. >> Pencipta.txtecho Blog : www.lebaksono.wordpress.com >> Pencipta.txtecho www.jokamIT.co.cc >> Pencipta.txtecho. >> Pencipta.txtecho Website : www.pudja-web.co.cc >> Pencipta.txtecho. >> Pencipta.txtecho Phone : (sensored) >> Pencipta.txtecho. >> Pencipta.txtecho. >> Pencipta.txtecho Please report to me, if there's some bugs in this program. >> Pencipta.txtecho And I'll repair that as I can as possible. Wassalam.. >> Pencipta.txtecho. >> Pencipta.txtecho.echo Copyrigths @ 2010-2012 >> Pencipta.txtecho Www.JokamIT.Co.Cc >> Pencipta.txtecho.clsgoto menu
0Great Comment!