ZIP self extractors are anywhere from 20kb to 300kb, so I wanted something a bit more portable. There are two versions of the script. Version one, unzips into the current directory Set z=CreateObject("Shell.Application") Set x=CreateObject("Scripting.FileSystemObject") v=x.GetFile(WScript.Argument...