Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. subprocess.Popen(["FORMAT", drive, "/FS:FAT32", "/A:32K"], shell=True).communicate()
  2.  
  3. WindowsError: [Error 2] The system cannot find the file specified
  4.  
  5. subprocess.Popen(["format.com", drive, "/FS:FAT32", "/A:32K"], shell=True).communicate()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement