Format Pendrive With One Click Using Batch

This information is for educational purposes. We are not responsible if you use this for illegal purposes!
You usually format your pen drive from right clicking on pendirve and selecting “Format… “.But Here is a batch code to do this:
———-
@echo off
ECHO. | FORMAT /FS:FAT32 /Q /V:Drive H:
pause
———-
HOW TO DO:-
1)-Open notepad and paste this code.
2)-Save it as format.bat
3)- In my PC H: is pendrive, change it according to your PC.
For further info go to command prompt and type format /?.
now cut / move this bat file to a safe location.. and right click to create a shortcut to desktop(send to desktop) now by double clicking it u can format the specific pendrive
u can drag and drop the shortcut to quick launch to enable it in one click….enjoY…
You May Also Like To Read:
- How To Hard Reset Or Format Nokia 5800
- How To format USB Flash Drive to NTFS file system On Windows XP
- Change the Default Editor for Batch Files in Vista
- Disable/enable Pendrive with notepad
- Add Defragment to the Right-Click Menu for a Drive
- Add Disk Cleanup to the Right-Click Menu for a Drive
- Rediff Bol sms client v1.00 in sis format
- Add Encrypt / Decrypt Options to Windows 7 / Vista Right-Click Menu
- Add “Take Ownership” to Explorer Right-Click Menu in Win 7 or Vista
- Add Any Application to the Desktop Right-Click Menu in Vista









Comments