Klean Posted April 29, 2004 Posted April 29, 2004 Hey, Does anyone know why when using a Partition Magic Script, it gives me an inaccessbile boot device wehn rebooting.Here is the script used to create partitions, delete and resize.************************************************// Fichier script de PowerQuest PartitionMagic ProDim TailleDisqueDim TiersDim NombrePartDim NomPart2Dim NomPart3Select disk 1TailleDisque=GetDiskSizeTiers=GetDiskSize / 3NombrePart=GetTotalPartitionsSelect Partition CResize Tiersif NombrePart = 2 then Select Partition 2end ifif isHidden then Delete "Drive R"end ifSelect Partition CSelect Unallocated After Selected PartitionCreate /FS=FAT32 /Position=End /Label="Disque_R" /Size=5000Select Partition 2Select Unallocated Before Selected PartitionCreate /FS=Extended Select Unallocated After Selected PartitionCreate /FS=NTFS /Label="DISQUE_D" /Position=Beginning ****************************************************It's probably not the correct forum but this automation is the only step left for a clean ready unattended Windows 2000 workstation.Thanks again for you precious hints!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now