1. RE: Linux
- Posted by gebrandariz at YAHOO.COM Feb 11, 2001
- 449 views
----- Original Message ----- From: Ronald Weidner <nova812r at netscape.net> To: EUforum <EUforum at topica.com> Sent: Sunday, February 11, 2001 2:45 AM Subject: Linux > is there a way to just click on a a *.exu file and have it associated > with exu so that it will automaticly run? or is there a Linux equivlant > to a *.bat file? > > nova A 'shell file' is the equivalent of a DOS .bat and more: shell script is a programming language, with most essential features. It can run both console and X apps. Watch out, though: syntax varies depending on which shell you are using. Gerardo
2. RE: Linux
- Posted by sephiroth _ <euman2376 at yahoo.com> Feb 11, 2001
- 421 views
if your UNIX username is ron, and you put exu in ~/bin/, you would put this line on top of each .exu file: #!/home/ron/bin/exu It's important that this is THE VERY FIRST LINE, no comments. Ronald Weidner wrote: > is there a way to just click on a a *.exu file and have it associated > with exu so that it will automaticly run? or is there a Linux equivlant > > to a *.bat file? > > BTW I'm only 3 days new with Euphoria and I'm already doing things that > would take me a week to do in BASIC. And even then only if I was > programming in DOS or M$ Windoze. I can't beleive the power of Euphoria > > compared to BASIC. Awsome! > > nova > >