centip3de wrote:
For future reference, as this is a hacking forum the majority of people here would feel better if you just showed the source of the program.
Anyway, this is a pretty interesting idea and is even cooler that you actually implemented it. However, I do have some constructive criticism of it (and do remember that these are only my ideas):
1. It appears as though it's only Windows compatible, which is a shame for those of us on other Operating Systems.
2. In the example you provided, you're using a mix of both HTML and Batch; if both are needed, why wouldn't someone just use pure HTML?
3. Batch is a pretty weak language, and even worse is tied down to the OS itself; you might find it a better idea to use a different language for that.
Other than that, you made a pretty sweet program (from what I can tell)! Keep it up. +1
First of all thanks for your comment

I've thought to put the source code on here but I'm afraid of someone if gonna steal it and use it like he made it. I have work on it and I don't want it anybody to steal it. It's open source already but at least it can't be seen directly

Anyways, I thought to do my own web programming language at first. But It would be much harder because of creating a syntax and coding a decompiler.. Not just hard for coding, also its hard create a whole language. Then I thought of batch language. It has its own syntax and rules so I don't have to create a whole language. Also its not strong so I can develop it and add new features as I like. I thought that It's perfect language for this because of this reasons. The good side of batch is it can execute console applications in it so I can use any console application in webpage and make a lot of thinks that pure Html can't like MySql connection etc. I'm agree with that it's bad that batch is tied down to Windows OS.
Thanks for your support

-- Fri Feb 22, 2013 9:26 am --
Why no comments
