Introduction: How to Make a Cool Defragmenting Center

This is on how to make a cool Defragmenting center in one batch file!!
Lets get started!!

Step 1: Step 1 Open Your Editior

Open Notepad or Notepad ++ (or which ever notepad you use)

Step 2: Step 2 the Code!!

Here is the code:

--------------------------------------------------------------------------------------------------------------------------------------------------------

@echo off
title Defragmenting Center

echo Run this batch file as admin in order for it to work.

PAUSE

goto defrag

:defrag

echo Launching Defrag Tool...

cls

defrag C:\

PAUSE

goto exit

:exit

echo Exiting...

PAUSE

exit

--------------------------------------------------------------------------------------------------------------------------------------------------------

Now save it as Defragmenting Center.bat

Step 3: Step 3 Enjoy!!

I hope this helps. Comment below if you have any ideas. :)