Monday, 27 February 2012

membuat program di notepad

silakan copykan code di bawah ini

@echo off
cls
echo belajar script di notepad,,hehe
echo by.mohamad echa putra
echo ================================================
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo ______________________________
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar
:copy
cls
set /p file=nama file dan type file :
set /p drive=drive di tuju :
copy %file% %drive%:\
echo
echo
echo silakan pilih kembali
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo
echo
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar

:hiden
cls
set /p fh=nama file yang akan di hiden :
attrib +s +h %fh%
echo
echo
echo silakan pilih kembali
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo
echo
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar

:move
cls
set /p mv=nama file dan type yg akan di pindahkan :
set /p drive2=drive di tuju :
move %mv% %drive2%
echo
echo
echo silakan pilih kembali
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo
echo
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar

:hapus
cls
set /p hps=nama folder yang akan dihapus :
rd %hps%
echo
echo
echo silakan pilih kembali
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo
echo
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar

:hsf
cls
set /p Drive3=drive mana yang file nya akan di hiden :
attrib +r +h +s %drive3%:\*.* /s /d
echo
echo
echo silakan pilih kembali
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo
echo
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar

:tsf
cls
set /p Drive4=drive mana yang file nya akan di tampilkan :
attrib -r -h -s %drive4%:\*.* /s /d
echo
echo
echo silakan pilih kembali
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo
echo
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar

:koneksi
cls
set /p url=masukan alamat URL/IP :
ping %url%
echo
echo
echo silakan pilih kembali
echo 1.copy file
echo 2.hiden 1 folder
echo 3.memindahkan file
echo 4.menghapus folder
echo 5.hiden semua file/drive
echo 6.menampilkan semua file/drive
echo 7.mengecek koneksi
echo x.keluar
echo
echo
set /p"pil=silakan pilih :"
if %pil%==1 goto copy
if %pil%==2 goto hiden1
if %pil%==3 goto move
if %pil%==4 goto hapus
if %pil%==5 goto hsf
if %pil%==6 goto tsf
if %pil%==7 goto koneksi
if %pil%==x goto keluar
:keluar
pause

simpan dengan nama program notepad.bat dan pastikan type filenya dalam keadaan all files.. terimakasih dan selamat mencoba..:-)

0 komentar:

Post a Comment