I tried with and without the quotation marks and both worked on Windows XP. Maybe it's a different Windows version issue. I'll add the quotation marks permanently to the Windows "relax.bat" file for future relax versions.
Cheers, Edward On 1/9/07, Dancheck, Barbara <[EMAIL PROTECTED]> wrote:
Thanks, Andrew, that did the trick! (The last %* does not need to be in the quotation marks.) Cheers- Barbara ________________________________ From: [EMAIL PROTECTED] on behalf of Andrew Perry Sent: Sun 1/7/2007 23:46 To: [email protected] Cc: Dancheck, Barbara Subject: Re: Relax installation question I'm only guessing .. haven't booted into Windows to test it yet, but on a hunch, this may work: Edit the file relax.bat (ie using Notepad) and add some double quotes around %~dp0%0 eg change: python %~dp0%0 %* to python "%~dp0%0" %* You may need to do this for the %* argument too. Tell me if it works :) Cheers, Andrew
_______________________________________________ relax (http://nmr-relax.com) This is the relax-users mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-users

