Minggu, 11 April 2010

Tidy Folder With Batch File Program
















Tidy Folder with Batch Brogram!
definitely not my friend still confused. . .

the mean is,, meaning if the company had a lot pal folder,,
so my friend could tidy it up by creating a batch file program!

all manner of hidden folders. . . .
and if you want to open a folder aja,, then press the set aja tomblo

ok. . .

Now create a folder 4



ie the images folder,, music, software, and lecture

now open notepad,,
copy and paste the script below into notepad
store under the name "apasaja.bat" (without quotation marks)
with the type "all files"
store the exact same time with this folder2




@ECHO OFF
title [[--++--muhammadchandra.blogspot.com--++--]]
color 0a

:menu
echo =========================
echo = Program Menu Kompi_qu =
echo =========================
echo.
echo (1).Gambar
echo.
echo (2).Software
echo.
echo (3).Musik
echo.
echo (4).Kuliah
echo.
echo note: "untuk menghidden kan ketik "h"lalu nomor sesuai menu"
echo.
echo contoh:misalkan anda mau menghiddenkan folder gambar maka ketik "h1" 
echo.
echo           misalkan anda mau menghiddenkan folder musik  maka ketik "h3" 
echo.

set /p a= :masukkan angka : 
if %a%==1 attrib -s -h gambar
if %a%==2 attrib -s -h software
if %a%==3 attrib -s -h musik
if %a%==4 attrib -s -h kuliah
if %a%==h1 attrib +s +h gambar
if %a%==h2 attrib +s +h software
if %a%==h3 attrib +s +h musik
if %a%==h4 attrib +s +h kuliah

pause>nul
cls
echo.
goto:menu
 ok ... when done,,,
open the program
and there were clues all
and immediately wrote practicing!

menghiddenkan folder for images, then write "h1"
aja wrote to open the existing numbers in the images folder


Tidak ada komentar:

Posting Komentar