Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
Or you can just run the 'list disk' >>> f = open('listdiskcmd.txt', 'w') >>> f.write('list disk') >>> f.close() >>> import os >>> g = os.popen('diskpart /s listdiskcmd.txt > file.txt') >>> g.close() >>> h = open('file.txt', 'r') >>> word = h.read() >>> print word Microsoft DiskPart version 5.1.3565 Copyright (C) ############################################ …
The End.
asdsdadfgdgsafd