home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / Utilitiy / PartitionMagic / PartitionMagic6PRODEMO.ZIP / DOCS / SCRIPTS / Resize.pqs < prev   
Text File  |  2000-10-10  |  666b  |  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