Batch in here...............!!!!!!!!!!!
+3
elldhi
sinax89
g34rboxxx
7 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Batch in here...............!!!!!!!!!!!
Alo buat yang suka dengan bahasa batch silahkan post disini.....
gearboxxx
gearboxxx
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
g34rboxxx wrote:Alo buat yang suka dengan bahasa batch silahkan post disini.....
gearboxxx
Om tolong posting perintah Cacls pada Batch file ????!!!!!hehehehehe.....
yoaw
wah ada masternya batch nih boleh lah berbagi wkwkwkkw
Elldhi
Elldhi
elldhi- Posts : 4
Join date : 2009-10-15
Re: Batch in here...............!!!!!!!!!!!
Gampang .....buka cmd->
Oke Moga membantu......
- Code:
E:\Documents and Settings\LPI@>cacls
Displays or modifies access control lists (ACLs) of files
CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
[/P user:perm [...]] [/D user [...]]
filename Displays ACLs.
/T Changes ACLs of specified files in
the current directory and all subdirectories.
/E Edit ACL instead of replacing it.
/C Continue on access denied errors.
/G user:perm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
/R user Revoke specified user's access rights (only valid with /E).
/P user:perm Replace specified user's access rights.
Perm can be: N None
R Read
W Write
C Change (write)
F Full control
/D user Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.
Abbreviations:
CI - Container Inherit.
The ACE will be inherited by directories.
OI - Object Inherit.
The ACE will be inherited by files.
IO - Inherit Only.
The ACE does not apply to the current file/directory.
Oke Moga membantu......
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
g34rboxxx wrote:Gampang .....buka cmd->
- Code:
E:\Documents and Settings\LPI@>cacls
Displays or modifies access control lists (ACLs) of files
CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
[/P user:perm [...]] [/D user [...]]
filename Displays ACLs.
/T Changes ACLs of specified files in
the current directory and all subdirectories.
/E Edit ACL instead of replacing it.
/C Continue on access denied errors.
/G user:perm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
/R user Revoke specified user's access rights (only valid with /E).
/P user:perm Replace specified user's access rights.
Perm can be: N None
R Read
W Write
C Change (write)
F Full control
/D user Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.
Abbreviations:
CI - Container Inherit.
The ACE will be inherited by directories.
OI - Object Inherit.
The ACE will be inherited by files.
IO - Inherit Only.
The ACE does not apply to the current file/directory.
Oke Moga membantu......
kasih contoh donk om ......... dalam bentuk bat juga boleh...
Re: Batch in here...............!!!!!!!!!!!
Ibnu gak usah ksih contoh om,lgsung dijlnin aja di laptopnya
PISSSSSS...............
PISSSSSS...............
Phoenix- Posts : 13
Join date : 2009-10-15
Location : Bekasi
Re: Batch in here...............!!!!!!!!!!!
to : yoaw
Saya bukan master...tapi cuman share aja....ilmu akan lebih bermanfaat bila dibagi....Jangan pelit akan ilmu......apapun itu bentuknya.....
gearboxxx
Saya bukan master...tapi cuman share aja....ilmu akan lebih bermanfaat bila dibagi....Jangan pelit akan ilmu......apapun itu bentuknya.....
- Code:
net view
shutdown.exe -i ==> pilh computer yang ingin di sakiti..hihihihi...
gearboxxx
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
REG ....
- Code:
C:\>Reg /?
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001. All rights reserved
REG Operation [Parameter List]
Operation [ QUERY | ADD | DELETE | COPY |
SAVE | LOAD | UNLOAD | RESTORE |
COMPARE | EXPORT | IMPORT ]
Return Code: (Except of REG COMPARE)
0 - Succussful
1 - Failed
For help on a specific operation type:
REG Operation /?
Examples:
REG QUERY /?
REG ADD /?
REG DELETE /?
REG COPY /?
REG SAVE /?
REG RESTORE /?
REG LOAD /?
REG UNLOAD /?
REG COMPARE /?
REG EXPORT /?
REG IMPORT /?
C:\>reg Add /?
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001. All rights reserved
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f]
KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current
machine Only HKLM and HKU are available on remote machines
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY
/v The value name, under the selected Key, to add
/ve adds an empty value name <no name> for the key
/t RegKey data types
[ REG_SZ | REG_MULTI_SZ | REG_DWORD_BIG_ENDIAN |
REG_DWORD | REG_BINARY | REG_DWORD_LITTLE_ENDIAN |
REG_NONE | REG_EXPAND_SZ ]
If omitted, REG_SZ is assumed
/s Specify one charactor that you use as the separator in your data
string for REG_MULTI_SZ. If omitted, use "\0" as the separator
/d The data to assign to the registry ValueName being added
/f Force overwriting the existing registry entry without prompt
Examples:
REG ADD \\ABC\HKLM\Software\MyCo
Adds a key HKLM\Software\MyCo on remote machine ABC
REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead
Adds a value (name: Data, type: REG_BINARY, data: fe340ead)
REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d fax\0mail
Adds a value (name: MRU, type: REG_MUTLI_SZ, data: fax\0mail\0\0)
REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d %%systemroot%%
Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%)
Notice: Use the double percentage ( %% ) inside the expand string
Bila kita lihat panduan diatas begitu mudah kita bisa membuat sebuah key di registry tanpa harus membukanya. Ini adalah salahsatu kelebihan dari dos.
Oke sekarang coba buat ini....
- Code:
@echo off
echo -----------------------------------
echo ------- Belajar reg ----------------
echo -----------------------------------
REG ADD HKLM\Software\Microsoft\Windows /v "Testaja" /t REG_DWORD /d 00000000
REG ADD HKCU\Software\Microsoft\Windows /v "Testaja" /t REG_DWORD /d 00000000
Save file berinama key.bat atau apalah. Kemudian jalankan. Lalu buka registry tools. Lihat apa yang terjadi. Kalo berhasil akan terbentuk key yang bernama "Testaja" yang didalamnya ada key dword dengan value 0.
SELAMAT MENCOBA
gearboxxx
You never knows till have tried"
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
Oke di karenakan banyaknya reply untuk thread ini, saya akn buka bagaimana cara menggunakan cacls...oke sekedar menyegarkan kembali perhatikan ini :
Cacls (Change Acces Control ListS), Jadi aplikasi ini dapat mengubah akses kontrol pada sistem windows. Oke disini akan saya contohkan bagaimana mengunci folder dengan cacls. Berikut code nya
OKe selamat mencoba......
Caution...!!!!
1. Gunakan kalau anda benar2 yakin, bila terjadi kesalahan bukan tanggung jawab saya
Ref :
Mbahe google
Riset pada P II MMX
- Code:
C:\>cacls /?
Displays or modifies access control lists (ACLs) of files
CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
[/P user:perm [...]] [/D user [...]]
filename Displays ACLs.
/T Changes ACLs of specified files in
the current directory and all subdirectories.
/E Edit ACL instead of replacing it.
/C Continue on access denied errors.
/G user:perm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
/R user Revoke specified user's access rights (only valid with /E).
/P user:perm Replace specified user's access rights.
Perm can be: N None
R Read
W Write
C Change (write)
F Full control
/D user Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.
Abbreviations:
CI - Container Inherit.
The ACE will be inherited by directories.
OI - Object Inherit.
The ACE will be inherited by files.
IO - Inherit Only.
The ACE does not apply to the current file/directory.
Cacls (Change Acces Control ListS), Jadi aplikasi ini dapat mengubah akses kontrol pada sistem windows. Oke disini akan saya contohkan bagaimana mengunci folder dengan cacls. Berikut code nya
- Code:
cacls "Folder/Drive yang ingin di kunci" /p everyone:n /e ---> # untuk mengunci
cacls "Folder/Drive yang ingin di kunci" /p everyone:f /e ---> # untuk membuka kuncian
OKe selamat mencoba......
Caution...!!!!
1. Gunakan kalau anda benar2 yakin, bila terjadi kesalahan bukan tanggung jawab saya
Ref :
Mbahe google
Riset pada P II MMX
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
gan... kalo aplikasi folder lock atau aplikasi-aplikasi lain semacemnya, cara kerjanya gini juga apa bukan?
vailo- Posts : 137
Join date : 2009-10-18
Re: Batch in here...............!!!!!!!!!!!
Mungkin saja, tapi saya juga kurang begitu yakin, soalnya blom di riset seh....
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
- Code:
@echo off
echo ========================
echo ==== Bomber Lan =========
echo ==== gearboxxx =========
echo ========================
echo Siapkan Senjata, Isi pelornya,
echo Tinggal ganti usernama & nama komputernya
:bom
netsend username com1 "Dor....Dor....Dor....Dor....Dor....Dor....Dor....Dor...."
netsend username com1 "We are defeated.....Hahahaha...."
goto bom
Buat perang-perangan ma admin jaringan ...wkwkwkkwkwk..........
USE WITH YOUR OWN RISK .....EDUCATION ONLY....
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
- Code:
@echo off
echo ====================
echo == windows kota mati ==
echo ====================
pause
assoc filetype.txt
Ada yang berani coba.....
Ref:
xcode.or.id --> xcode14 magazine
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
31percent- Posts : 4
Join date : 2010-11-12
Location : di depan rumah tetangga
Re: Batch in here...............!!!!!!!!!!!
Eh ada kaka 31percent .... mohon bimbingannya kaka .... untuk kami yang disini ....
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
wkwkwk...g34rboxxx wrote:Eh ada kaka 31percent .... mohon bimbingannya kaka .... untuk kami yang disini ....
malah aku ikut nyimak kaka gearboxxx disini..
walau masih dedikit tapi informatif bgt..
tapi kalo boleh tau ibc ntu apa?
maapp..<belum tau>
31percent- Posts : 4
Join date : 2010-11-12
Location : di depan rumah tetangga
Re: Batch in here...............!!!!!!!!!!!
kakak..
aku pernah liat ada ".bat" file yang bisa bikin halaman ".htm"
trus di halaman itu tulisannya bisa bergerak bergerak kayak situsnya http://lirva32.org/ (kaka lirva)
nah itu sourcenya gmn kakak..
ada yang tau gk??
aku pernah liat ada ".bat" file yang bisa bikin halaman ".htm"
trus di halaman itu tulisannya bisa bergerak bergerak kayak situsnya http://lirva32.org/ (kaka lirva)
nah itu sourcenya gmn kakak..
ada yang tau gk??
31percent- Posts : 4
Join date : 2010-11-12
Location : di depan rumah tetangga
Re: Batch in here...............!!!!!!!!!!!
31percent wrote:kakak..
aku pernah liat ada ".bat" file yang bisa bikin halaman ".htm"
trus di halaman itu tulisannya bisa bergerak bergerak kayak situsnya http://lirva32.org/ (kaka lirva)
nah itu sourcenya gmn kakak..
ada yang tau gk??
maksudnya yg tulisan kayak ngetik sendiri itu y? emang itu pake BAT? bukannya itu java script yah?
vailo- Posts : 137
Join date : 2009-10-18
Re: Batch in here...............!!!!!!!!!!!
Bener kata kaka valio ..... itu adalah java script kalo berminat tinggal buka aja web nya om lirva32 lalu tekan CTRL+U. Kelihatan dech semua. Kalo mo dibuat menjadi file batch tinggal menamabahkan echo dan >>. Contohnya Download disini .. http://www.indo-code.com/detail-code/13/75/membuat-program-html.html
31percent wrote:kakak..
aku pernah liat ada ".bat" file yang bisa bikin halaman ".htm"
trus di halaman itu tulisannya bisa bergerak bergerak kayak situsnya http://lirva32.org/ (kaka lirva)
nah itu sourcenya gmn kakak..
ada yang tau gk??
maksudnya yg tulisan kayak ngetik sendiri itu y? emang itu pake BAT? bukannya itu java script yah?
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
g34rboxxx wrote:Bener kata kaka valio ..... itu adalah java script kalo berminat tinggal buka aja web nya om lirva32 lalu tekan CTRL+U. Kelihatan dech semua. Kalo mo dibuat menjadi file batch tinggal menamabahkan echo dan >>. Contohnya Download disini .. http://www.indo-code.com/detail-code/13/75/membuat-program-html.html
31percent wrote:kakak..
aku pernah liat ada ".bat" file yang bisa bikin halaman ".htm"
trus di halaman itu tulisannya bisa bergerak bergerak kayak situsnya http://lirva32.org/ (kaka lirva)
nah itu sourcenya gmn kakak..
ada yang tau gk??
maksudnya yg tulisan kayak ngetik sendiri itu y? emang itu pake BAT? bukannya itu java script yah?
weeessss...mantab rekkkk
m_chandra- Posts : 42
Join date : 2010-12-22
Re: Batch in here...............!!!!!!!!!!!
@31percent ...
wkwkwk...
malah aku ikut nyimak kaka gearboxxx disini..
walau masih dedikit tapi informatif bgt..
tapi kalo boleh tau ibc ntu apa?
maapp..<belum tau>
Ibc adalah sebuah komunitas kecil yang berpusat di daerah bekasi. Ibc sendiri adalah IT Beginners Community. Kami semua disini adalah seorang pemula di dunia IT (apalagie saya). Disini kami bisa sharing pengalaman, ilmu, apa saja yang berhubungan dengan IT. Dan kami menerima siapa saja yang ingin bergabung bersama kami. Dan kami akan selalu menjadi pemula disini.
rgds,
Admin
----> dari historical Ibc
@chandra ... thx kaka ...
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Re: Batch in here...............!!!!!!!!!!!
@31percent ...
Ibc adalah sebuah komunitas kecil yang berpusat di daerah bekasi. Ibc sendiri adalah IT Beginners Community. Kami semua disini adalah seorang pemula di dunia IT (apalagie saya). Disini kami bisa sharing pengalaman, ilmu, apa saja yang berhubungan dengan IT. Dan kami menerima siapa saja yang ingin bergabung bersama kami. Dan kami akan selalu menjadi pemula disini.
pemula stay here....
from 0 goto tak hingga
m_chandra- Posts : 42
Join date : 2010-12-22
Re: Batch in here...............!!!!!!!!!!!
g34rboxxx wrote:
Dan kami akan selalu menjadi pemula disini.
kayak senyuman yang mengandung sejuta makna, air tenang yang menghanyutkan, padi makin berisi yang makin merunduk, ketenangan di gelap malam yang mematikan...
berat uey...
vailo- Posts : 137
Join date : 2009-10-18
Re: Batch in here...............!!!!!!!!!!!
Kalo ditenteng bareng-bareng kan jadi gak gan ....hehehehe ....
berat uey...
g34rboxxx- Admin
- Posts : 250
Join date : 2009-10-19
Age : 48
Location : Tebak hayooo
Page 1 of 2 • 1, 2
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum
Mon Mar 20, 2017 9:17 pm by fitch65221023
» Tag Heuer Gets A Taste
Mon Mar 20, 2017 9:11 pm by fitch65221023
» U.s. Remains World's Top Platinum Watch Market
Wed Dec 28, 2016 8:54 pm by fitch65221023
» The U.S. platinum watch market saw some other notable trends
Wed Dec 28, 2016 8:50 pm by fitch65221023
» Do You Love Luxury Panerai Watches?
Wed Dec 28, 2016 8:46 pm by fitch65221023
» Aqua Master Watches for this Christmas Season
Wed Dec 28, 2016 8:40 pm by fitch65221023
» A Guide To Womens Watches: Styles And Types
Thu Nov 10, 2016 9:25 pm by fitch65221023
» Aqua Master Diamond Watches For Women
Thu Nov 10, 2016 9:09 pm by fitch65221023
» A Luxury Watch To Celebrate Achievements
Mon Sep 12, 2016 10:03 pm by fitch65221023