Okay, let's say that you need to format a disk. These are the instructions. (In this sample, you format disk a:).
1.Open notepad.
2.Write the code:
@echo off
format a:
3.Save it as format.bat (In "file type" you select All Files and in "encoding" you select ANSI only!!!) Save it as anything you want as its extension is .bat
Now I'll explain what any part of the code does:
@echo off=This sets the pc to not show the commands.
format x:=This sets the pc to format the disk of your selection where x is the disk.
Monday, 19 May 2014
Home »
» FORMAT A DISK
FORMAT A DISK
Related Posts:
Increase Battery Life on Android Mobile Phones Anyone who has a smartphone knows that battery life is an issue. At the moment, the smartphone industry tends to favor performance over battery lif… Read More
How far do u know? 1 Bit = Binary Digit 4 bits = 1 Nibble 8 Bits = 1 Byte 1024 Bytes = 1 Kilobyte 1024 Kilobytes = 1 Megabyte 1024 Megabytes = 1 Gigabyte 1024 Gigabytes… Read More
How to hide files behind the images? 1. Select an image to be used for hiding file behind the image. 2. Now select a file to hide behind the image and make it in .RAR format. With … Read More
Cookie Stealing Attack Follow Admin: Navnit Lal Hack Any Account like Facebook ,Twitter , Gmail ,Hotmail ,Skype and yahoo etc. Using this method you can hack Any Acco… Read More
Useful Keyboard Shortcuts for Windows Computers While most of us are already aware of obvious keyboard shortcuts like “Alt+F4” and “Ctrl+C”, there are some obscure shortcuts which most of us tend… Read More
0 comments:
Post a Comment