Frequently servers that are hosted on the win32 platform dont have a cgi-bin because the entire web directory is CGI enabled, not one directory;
A little background, the cgi-bin convention was set up so that sysAdmin's knew where potentially maliciaous scripts were located on their servers. This is a Unix convention I might add. The windows platforms dont use this capability because files are executed base on permissions and file extensions. Therefore, if you have file.cgi or file.pl win32 will execute it based on the file extension. Therefore, u can put the script in the main directory and it will usually run just fine as long as you have access to it. And the server is CGI enabled.
What is your server type?
haunter@battlestrata.com