Re: Eu on USB flash drive?

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

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?

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

Search



Quick Links

User menu

Not signed in.

Misc Menu