Sep 26, 2006 #1 n3tw0rkadm1n1strat0r IS-IT--Management Joined Aug 29, 2006 Messages 119 Location US What is the right command in a batch script to do a quick format on a drive without it asking you for confirmation if you want to format it? format E: /FS:NTFS /q ??
What is the right command in a batch script to do a quick format on a drive without it asking you for confirmation if you want to format it? format E: /FS:NTFS /q ??
Sep 26, 2006 #2 trollacious Programmer Joined Sep 29, 2004 Messages 4,046 Location US echo y | format E: /FS:NTFS /q should work for you. Lee Upvote 0 Downvote
Sep 26, 2006 Thread starter #3 n3tw0rkadm1n1strat0r IS-IT--Management Joined Aug 29, 2006 Messages 119 Location US That works thanks. Upvote 0 Downvote