Sunday, 19 May 2013

How to Convert Dynamic Disk to Basic Disk using CMD

| |
5 comments


ADS :
- 1,000 Ways To Make Money at  how-to-make-money.com |
- 1,000 To First Affiliate To Bring 75 sales! at lottobeat.com

WARNING : Before you convert a dynamics to basic disk ,be sure to backup anything that you do not want to lose on that dynamic disk

follow  step by step

   1. Open a CMD(command prompt) at boot

   2. In cmd ,type diskpart and press enter.

   3. Type list disk and press enter.

  4. Type select disk # and press enter.
       NOTE:  substitute # with the  actual disk number that you want  
       to convert. For ex. select disk 1 

  5. Type detail disk and press enter.
      This will give you a list of all the volume numbers on selected  
      disk number that you will need to delete in next step. 

      If you do not have any volumes listed,then you can go to step 9.

  6. Type select volume # and press enter.
      Substitute # with the volume number listed in step 5.  
      For ex. select volume 1 

  7. Type delete volume and press enter.

  8. Repeat steps 6 and 7 for each volume # listed in step 5 until you  
      have deleted all volumes.

  9. When done ,type select disk # and press enter.
      You would use the same number from step 4 above.

10. Type convert basic and press enter.

11. When done, type exit and press enter.

12. Close the command prompt.

13. You can now create partitions on the now basic disk if you like.
Read More

Tuesday, 23 April 2013

What is Difference Between Compiler and Interpreter

| |
0 comments
ADS :
- All stilts - jumping stilts allstilts.com
- Anything painted on canvas anythingpaintedoncanvas.com

A Compiler and Interpreter both carry out the same purpose – convert a high level language (like C, Java) instructions into the binary form which is understandable by computer hardware.

Specific compilers/interpreters are designed for different high level languages. However both compiler and interpreter have the same objective but they differ in the way they accomplish their task i.e. convert high level language into machine language. 

The main difference between Compiler and Interpreter :

  • The compiler executes the entire program at a time, but the interpreter executes each and every line individually.
  • The interpreter takes one statement then translates it and executes it and then takes another statement. While the compiler translates the entire program in one go and then executes it.
  • Compiler generates the error report after the translation of the entire page while an interpreter will stop the translation after it gets the first error.
  • In a compiler the analyzing and processing time of the program is more, while an interpreter spends less time for the program analyzing and processing.
  • Compiler translates the high level instruction into machine language, but the interpreter translates the high level instruction into an intermediate code.


Read More

Thursday, 4 April 2013

How To make Bootable USB drives using CMD

| |
1 comments
ADS :
- All stilts - jumping stilts allstilts.com
- Anything painted on canvas anythingpaintedoncanvas.com

I will show you how to load the Windows installation in your USB  drive and how to make it bootable just like the DVD from your .iso image.

Step 1 : Plug-in your USB drives.

Step 2: Open a Command Prompt (cmd) .

Step 3: In cmd you type following

           DISKPART

           This will start  as shown below


Step 4: Type "LIST DISK"

      
         Disk 0 is my Hard disk.
         Disk 1 is USB drive in which you want to install.

Step 5: Type "SELECT DISK 1"  
        



Step 6: Now type command one by one
                     
           CLEAN
           CREATE PARTITION PRIMARY
           SELECT PARTITION 1
           ACTIVE
           FORMAT FS=NTFS QUICK
           ASSIGN
           EXIT



Step 7:  Copy the contents of your Win 7 disk into   
            the USB  drive.
            Directly Copy-Paste All DVD file into USB     

            drive.

Now your USB drives is Bootable and install OS on your computer.


Ebay Ads:
Electronics, Cars, Fashion and More Online Shopping  
www.ebay.com | www.ebay.co.uk | ebay.de

Related Post :


Read More

Wednesday, 27 March 2013

Complete Reference Java2

| |
0 comments



Author: Herbert Schildt                 
Edition: 5th Edition
Publisher: McGraw-Hill


Pages: 1186
Language: English
File size: 7.93 MB
File format: PDF

NOTE: You can download click on given symbol
                 

             
              DOWNLOAD   



Ebay Ads:
Electronics, Cars, Fashion and More Online Shopping  
www.ebay.com | www.ebay.co.uk | ebay.de

Related Post :
Read More

Teach Yourself JAVA

| |
0 comments

Author: Laura Lemay , Charles L. Perkins                 
Edition: 1st Edition
Publisher: Sams.net


Pages: 516
Language: English
File size: 5.75 MB
File format: PDF

NOTE: You can download click on given symbol
               

             
                         DOWNLOAD


Ebay Ads:
Electronics, Cars, Fashion and More Online Shopping  
www.ebay.com | www.ebay.co.uk | ebay.de

Related Post :
Read More
Powered by Blogger.