[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] Allowin a .exe file to run for a specified site?
- Subject: RE: [cobalt-developers] Allowin a .exe file to run for a specified site?
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Wed Jun 27 05:52:12 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Wed, 27 Jun 2001, Ervin Tarkhanian wrote:
> Hey Shimi,
>
> Thanks for the input, but you lost me. I don't know what symlinks are, nor
> do I know how to go about even opening the files for modification. I read
> up on python, and it seems you can sort of compile python code. There's
> conversion tool called freeze that converts the code to C arrays using a C
> compiler, or something to that effect.
>
> Any how, I'll be trying to figure this one out for a while.
>
> Ervin
just rename them to .cgi, and per each file do:
ln -s file.cgi file.exe
then call up the first as file.exe...
- shimi.