Re: How to install Euphoria on a USB flash drive?

new topic     » goto parent     » topic index » view thread      » older message » newer message

On 11/23/05, Greg Haberek <ghaberek at gmail.com> wrote:
> Step 1: Save the following to install_eu.bat inside your Euphoria directo=
ry
>
> @echo off
> set EUDIR=%CD%
> set EUINC=%EUDIR%\INCLUDE
> set PATH=%PATH%;%EUDIR%\BIN
> echo Euphoria Installed!

Uh, a word of warning: If you don't put quotes around the set values,
you'll get REALLY bad results if any of PATH, CD, EUDIR, etc contain
spaces.

> Step 2: On any given machine, open up a new command line and cd into
> your Euphoria directory, then run install_eu.bat. Minimize the command
> window, DON'T CLOSE IT!

Replacing set with setx will make changes permanent.

--
MrTrick
----------

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu