Re: What do I need to do to set up Eu on a flash drive
- Posted by "Greg Haberek" <ghaberek at gmail.com> Dec 22, 2006
- 652 views
> My computer is locked down at work, can't install (won't write to registry). > > I'd like to set it up on a flash drive so I can do a bit of programming at > lunch etc. > > What do I need to do, or can you point me to instructions, thanks. I copied my EUPHORIA folder to my flash drive, then created a batch file called 'session.bat' in the root of the flash drive. I can then operate within this command line session with Euphoria. When I close the command line window, all my settings go away. Its 100% portable. @echo off echo Warning: Closing this window will end your Euphoria session REM ** SET ENVIRONMENT VARIABLES REM ** Note: These will be removed when this script ends. setlocal set EUDIR=%CD%EUPHORIA set EUINC=%EUDIR%\Win32Lib\Include set PATH=%PATH%;%EUDIR%\BIN; REM ** START A NEW COMMAND SESSION cmd