![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbvUduOJb_K6dIv8K_oZD8X54rKBpFa4SoJJaIVT_TDqbTN-CoKVNdJf08iw-CJ1YqC_g5N8g3tkSTKdaFrJ27M62slPm7FcZFsbDoi8eJxOTfPT-wdnz8TRvmjkA3COs52ZsUfRNnRxeX/s400/nama_folder.jpg)
In the post this time. . .I want to give a little information. . .that is about "how to create a new folder with batch file programming"
surely you can figure out what the meaning of the title of this post!
okay. .like usually
STEP 2 .. please follow the following . .
copy - paste this code into a red notepadcreate a file name with "apasaja.bat" (without quotation marks)type "all files"
@echo off
title [[ --++--muhammadchandra.blogspot.com--++-- ]]
color 0a
:start
cls
:1
echo ==================
echo = Membuat Folder =
echo ==================
echo.
set /p folder= : nama folder =
cd %userprofile%\desktop
md "%folder%"
goto:start
if you can save on your desktop then the new folder will appear on your desktopif you save it in the directory D: \,, then the new folder will appear in the directory D: \
ok .....so first. ."Good luck"
Tidak ada komentar:
Posting Komentar