I have a file(init.cgi), which is supposed to set everything up for my content management system. In order for both to be portable, I want to be able to upload the two files, run init.cgi, and then just be done with it. However, I don't want any of the users to be able to access init.cgi after I have run it once. Does anyone know of a way that I would be able to have init.cgi delete itself, or rewrite itself, so that this would no longer be possible?