In the process of computer maintenance, I often encounter such a problem:
The machine being maintained once had a system image file made by GHOST, but I don't know which partition and which directory on the hard disk it is placed in. So I am considering that if I compile a batch file, let it automatically obtain all the drive letters of the current hard disk, and then use the command dir /s/e "drive letter":\*.gho to find the image file. But now I don't know which program under DOS has this function, which can list all the partition drive letters on the current hard disk.
I remember that a brother once asked a similar question on the forum. At that time, a expert provided him with a small program under DOS, which can very conveniently output all the partition numbers of the current hard disk in the form of one partition number per line to a text file. At that time, I didn't pay attention, but now I can't find that post at all. Does that brother know, or is there another good way to solve it? Please tell me, thank you!
[ Last edited by willsort on 2005-10-6 at 23:02 ]
The machine being maintained once had a system image file made by GHOST, but I don't know which partition and which directory on the hard disk it is placed in. So I am considering that if I compile a batch file, let it automatically obtain all the drive letters of the current hard disk, and then use the command dir /s/e "drive letter":\*.gho to find the image file. But now I don't know which program under DOS has this function, which can list all the partition drive letters on the current hard disk.
I remember that a brother once asked a similar question on the forum. At that time, a expert provided him with a small program under DOS, which can very conveniently output all the partition numbers of the current hard disk in the form of one partition number per line to a text file. At that time, I didn't pay attention, but now I can't find that post at all. Does that brother know, or is there another good way to solve it? Please tell me, thank you!
[ Last edited by willsort on 2005-10-6 at 23:02 ]
