home *** CD-ROM | disk | FTP | other *** search
/ PowerQuest 2002 / PowerQuest 2002.iso / POWERQUEST / PQ ServerMagic 4.0 / DOCS / SCRIPTS / Resize.pqs < prev   
Encoding:
Text File  |  2000-10-25  |  666 b   |  25 lines

  1.  
  2. // PartitionMagic Script File
  3.  
  4. // This script file is an example of using the Resize script command
  5.  
  6. // Scenario:
  7. // Primary partitions D: and E: exist next to each other on a disk.
  8. // There is no unallocated space before or after the E: partition.
  9. //
  10. // The user wishes to take 10 MB from D: and add it to E:.
  11.  
  12. // Check the partitions for errors before making any changes
  13. Select Partition D
  14. Check
  15. Select Partition E
  16. Check
  17.  
  18. // Select the first partition and make it 10 MB smaller
  19. Select Partition D
  20. Resize Smaller 10
  21.  
  22. // Select the second partition and move and resize it to be 10 MB larger
  23. Select Partition E
  24. Move Left Max
  25. Resize Larger Max