> Yes, I actually used the following batch file: > .bat file begin: > @ECHO OFF > SET DISPLAY=127.0.0.1:0.0 > > SET DXROOT=C:\OpenDX > SET DXDATA=C:\OpenDx\SAMPLES\DATA > REM SET DXDATA=D:\jlvay\programs\runs\opendx > SET DXFONTS=C:\OpenDX\fonts > > set DXMACROS=%DXROOT%\SAMPLES\MACROS > > set ROOT= > if %DXEXECROOT%x==x set ROOT=%DXROOT% > if %ROOT%x==x set ROOT=C:\OpenDX > > SET oldpath=%path% > SET PATH=C:\OpenDX\BIN;C:\OpenDX\BIN_INTELNT;%oldpath% > > > REM Do Not change / (forward slash) to \ (backward slash). It is not a > typo!!! > > SET HOME=C:/OpenDX > SET HOMEDIR=C:\OpenDX\Exceed\user > > cls > REM dx -optimize memory -memory 100 -image -program > d:/jlvay/programs/amber/opendx/curves
This MSVC compiled, therefore this should be d:\jlway\programs\amber\opendx\curves Only HOME is needed with a forward slash as I put in batch file. > dx -image -program d:/jlvay/programs/amber/opendx/phasespace This should be dx -image -programs d:\jlvay\programs\amber\opendx\phasespace > @echo on > .bat file end > By the way I also noticed some difficulty in loading macro located in > the > directory in which I read my network. A problem that I do not have with > opendx406. The error message says that it did not find the macro > 'macroname.net' in the indicated directory although it does exists. Some other experts like David or Chris may shed light on it. > I also have cygwin installed on the computer. Could it interfere? This version has absolutely no use of Cygwin. It does not matter you install Cygwin or not. Suhaib > Jean-Luc > > > > > > > > > > Suhaib > > > > > > > > ------------------------------------------------- > > > Jean-Luc Vay > > > Accelerator and Fusion Research Division > > > Lawrence Berkeley National Laboratory - MS 71J > > > Berkeley, CA 94720, USA > > > Tel: (1) 510-486-4934 > > > Fax: (1) 510-495-2323 > > > Email: [EMAIL PROTECTED] > > > ------------------------------------------------- > > > > > -- > ------------------------------------------------- > Jean-Luc Vay > Accelerator and Fusion Research Division > Lawrence Berkeley National Laboratory - MS 71J > Berkeley, CA 94720, USA > Tel: (1) 510-486-4934 > Fax: (1) 510-495-2323 > Email: [EMAIL PROTECTED] > ------------------------------------------------- >
