1. Executable Euphoria files
I don't know if anyone has already mentioned this, but if you place this line:
#!/home/greg/euphoria/bin/exu
at the top of your linux euphoria files, and make them executable, you can
just run them directly by typing in their filenames instead of taking the
intermediate steps of either typing 'exu file.ex', or having that same line in
an otherwise empty executable file.
Greg Phillips
2. Re: Executable Euphoria files
On Sun, 01 Aug 1999, you wrote:
> I don't know if anyone has already mentioned this, but if you place this line:
>
> #!/home/greg/euphoria/bin/exu
>
> at the top of your linux euphoria files, and make them executable, you can
> just run them directly by typing in their filenames instead of taking the
> intermediate steps of either typing 'exu file.ex', or having that same line in
> an otherwise empty executable file.
>
> Greg Phillips
OK. Question #2: How do you make a KDE link to execute a Euphoria program from
the desktop (without opening an xterm and typing the program name?)
Irv
3. Re: Executable Euphoria files
Irv Mullins wrote:
> On Sun, 01 Aug 1999, you wrote:
> > I don't know if anyone has already mentioned this, but if you place this
> > line:
> >
> > #!/home/greg/euphoria/bin/exu
> >
> > at the top of your linux euphoria files, and make them executable, you can
> > just run them directly by typing in their filenames instead of taking the
> > intermediate steps of either typing 'exu file.ex', or having that same line
> > in
> > an otherwise empty executable file.
> >
> > Greg Phillips
>
> OK. Question #2: How do you make a KDE link to execute a Euphoria program from
> the desktop (without opening an xterm and typing the program name?)
>
> Irv
I don't know, I'm just learning as I go. I'll play around a bit today, and find
out
for you.
The advantage to DosLinux, is that if you really screw up, just delete it and
reinstall =)