nielsAD / lape

Scripting engine with Pascal-like syntax for FPC and Delphi
118 stars 28 forks source link

How to execute a script #152

Closed rchastain closed 3 years ago

rchastain commented 3 years ago

Hello!

I am discovering the project and have two stupid questions.

How to execute a script? I tried to run lape with a script name as parameter but it didn't work.

Other question, what is the purpose of the project? What kind of things can I do with it? Can I use it as I use sh under Linux or cmd under Windows? It isn't clear for me.

Thank you for your attention.

Regards.

Roland

ollydev commented 3 years ago

lape.lpi is just a very basic editor to test scripts. I suggest making your own console program to be able to run scripts on the command line.