Rabu, 16 Mei 2012

tugas Bat

@echo off
Tugas Konsep Teknologi 2K

:menu
cls
echo pilihlah :
pause
echo pilihan:
echo 1. copy file
echo 2. delete file
echo 3. akses website

set input=nothing
set /p input=Choice:
if %input%==1 @echo off
for /l %%# in (1,1,100) do (
copy C:\Libraries\Pictures\images3.jpg "E:\folder\folder%%#.jpg" > nul )
if %input%==2 del "E:\folder\*.jpg*"
if %input%==3 start firefox.exe "www.yusmaclass.blogspot.com"

0 komentar:

Posting Komentar