System roots ermitteln
Verfasst: 17.02.2006 16:37
So kann man die System roots schnell, ohne API und sonstiges besonderes zeug ermitteln 
mfg Ninja

Code: Alles auswählen
For i = 65 To 90
If FileSize(Chr(i)+":\") = -2 : Debug Chr(i)+":\" : EndIf
Next