:
Vb is so powerful you could just program a malicous script :O
Even worse with DOS - With dos you can program a nasty script... Delete system32.. 
|
yes thats why most people dont have the vb6 runtimes installed so no vb apps run at all.. and why you should turn scripting off
and you can't delete system32 on windows nt+ because there is no deltree anymore, you could do del *.* but windows file protection will replace the files as they're being deleted, and the really really important files are always in use anyway
of course you could just delete the stuff from the root of C: (if you wanna delete a file with vb the function is "kill "C:/somefile.ext", carful though
