Hey AutoIT forums!
I recently started a project in Batch to detect paritions and if configs are in a certain state, automatically partition the drive using disk part. The script works well, but with a few flaws involving drive size in bytes and batch no being able to handle numbers that large, so with recommendation from a friend I fired up AutoIT!
With batch I was using WMIC (LogicalDisk and DiskDrive) to get info, however there's no way of tying those two outcomes together, IE no common ground to reference what physical disk contains which partitions..
I'm very against being spoon fed code, so was wondering if anyone had any experience or ideas on how this could be done.
The ideal outcome would be add the active paritions on a physical disk into the 3d array I've constructed!
Any help much apprecaited
-Martin
I recently started a project in Batch to detect paritions and if configs are in a certain state, automatically partition the drive using disk part. The script works well, but with a few flaws involving drive size in bytes and batch no being able to handle numbers that large, so with recommendation from a friend I fired up AutoIT!
With batch I was using WMIC (LogicalDisk and DiskDrive) to get info, however there's no way of tying those two outcomes together, IE no common ground to reference what physical disk contains which partitions..
I'm very against being spoon fed code, so was wondering if anyone had any experience or ideas on how this could be done.
The ideal outcome would be add the active paritions on a physical disk into the 3d array I've constructed!
Any help much apprecaited
-Martin