Home »
Tutorial Dan Tips Komputer
» Cara Buat Shortcut Menggunakan Notepad
Cara Buat Shortcut Menggunakan Notepad
Written By yoyoyo on Senin, 28 Mei 2012 | 16.44
Cara buat Shortcut Dengan Notepad
Step :
Buka Notepad
Pastekan Kode Dibawah Ini :
@echo off
cls
:start
echo ++__________________________________________________________________________++
echo ++__________________________________________________________________________++
echo /\ -=[www.andre-tkj.net]=- Crated By Andrekocak /\
echo \/ -=[www.andre-tkj.net]=- \/
echo /\ -=[www.andre-tkj.net]=- /\
echo \/ -=[www.andre-tkj.net]=- \/
echo /\ -=[www.andre-tkj.net]=- /\
echo \/ -=[www.andre-tkj.net]=- \/
echo /\ -=[www.andre-tkj.net]=- Crated By Andrekocak /\
echo ++__________________________________________________________________________++
echo ++__________________________________________________________________________++
echo.
echo 1. Buka Notepad
echo 2. Buka Calculator
echo 3. Buka Microsoft Word
echo 4. Buka Microsoft Excel
echo 5. Buka Firefox
echo 6. Keluar
echo.
echo.
set /p pilihan=pilih yang akan dibuka:
IF '%pilihan%' == '%pilihan%' GOTO Item_%pilihan%
:Item_1
start /MIN /DC:\Windows\System32 notepad.exe
GOTO Start
:Item_2
start /MIN /DC:\Windows\System32 calc.exe
GOTO Start
:Item_3
start /MIN /D"C:\Program Files\Microsoft Office\Office12" WINWORD.EXE
GOTO Start
:Item_4
start /MIN /D"C:\Program Files\Microsoft Office\Office12" EXCEL.EXE
GOTO Start
:Item_5
start /MIN /D"C:\Program Files\Mozilla Firefox" firefox.exe http://www.andre-tkj.net
GOTO Start
:Item_6
exit
Kemudian Save AS
Pilih Save As Type Jadi ALL File
Beri Nama Terserah.bat
Inget Ujungnya Tambahin .Bat
Lalu simpan [Didesktop aja]
Dan Lihat hasilnya ^_^
Good Luck
Credit By : Andrekocak
Related Articles
If you enjoyed this article just click here, or subscribe to receive more great content just like it.
Label:
Tutorial Dan Tips Komputer
0 komentar:
Posting Komentar