Subj : Re: ECMAScript standards committee To : netscape.public.mozilla.jseng From : Shanti Rao Date : Mon Oct 25 2004 10:06 am zwetan wrote: >>1. Download JSDB from http://www.jsdb.org/ >> >>2. Write your startup code in main.js. >> >>3. Compress all source files (including main.js, other JS, and other > > resource > >>files) to program.zip >> >>4. copy /b jsdb.exe+program.zip program.exe >> >>5. Run program.exe > > > wow, that is great info, thanks you :) > > but that does not work ... > I tryed either with the exe in jsdb.zip or in jsdb_exe.zip > > I don't have time right now to dig into jsdb.cpp > but thanks anyway the solution should be here :) > > zwetan > > Sorry, Zwetan, I made a scoping error. Please download JSDB again. I just tested it and it works with this main.js: print('hello, world'); .