Re: Eu on USB flash drive?
- Posted by CoJaBo May 14, 2010
- 1202 views
I used this set of batch files to create a portable Eu environment. This assumes its always running off of drive H:\, but it shouldn't be hard to make it auto-detect. Modify as needed.
Save and run start.bat, then run all the eu apps from that command prompt.
-start.bat-
@echo off cls subst M: H:\EUPHORIA M: call autoexec cmd /f:on subst M: /D
-autoexec.bat-
path M:\;M:\EUPHORIA\BIN;M:\RUN;%PATH% set EUDIR=M:\EUPHORIA set EUINC=M:\Win32Lib\Include;M:\Libs\toolkits;M:\Win32Dib rem PATHEXT=.EX;.EXW;%PATHEXT% start M:\ rem start H:\ REM start exw sc
Forked into: how auto-detect flash drive?