Re: More info on carriage return problem
- Posted by "Hot][ceX" <girias at HONDUTEL.HN> Aug 12, 1998
- 623 views
ok thanks man, is it possible to write a command line app in Euphoria that sends email through dos? At 03:27 PM 8/12/98 -0400, you wrote: >Hello, Im very new to Euphoria and i was wondering wich file do i need to >run in the bin directory where i enter all the code and stuff, and then how >do i compile it? > >Simple. Type ex ed > >It'll ask for a filename. If you're creating a new document, then enter a >new name. There's no such thing as "compile", technically, in Euphoria. >You can turn your program into an .EXE file, but that's not compiling, in >Euphoria. That simply attaches the interpreter to your program. View >c:\euphoria\doc\bind.doc for more info. > >Hope this helps. > >--Alan >