Login  Register

Re: blanks in folder names or file names hose up launch of ImageJ

Posted by Michael Schmid on Apr 15, 2010; 5:37pm
URL: http://imagej.273.s1.nabble.com/blanks-in-folder-names-or-file-names-hose-up-launch-of-ImageJ-tp3688578p3688579.html

Hi Rick,

do you refer to file names passed via the command line? If so, did  
you try to put them between quotes?

Do you refer to macros? In ImageJ Macros, put square brackets around  
arguments that contain spaces. e.g.
   run("Raw...", "open=[C:\Documents and Settings\user3\img.raw]  
image=[32-bit Unsigned] width=100 height=100 offset=0 number=1 gap=0");

Michael
________________________________________________________________

On 15 Apr 2010, at 17:40, Rick Simmons wrote:

> Help.  When launching an image file from Windows Explorer, Image J  
> apparently does not know how to properly manage blanks in folder  
> names or blanks in file name.  Is there a command line prompt,  
> configuration setting, or option that can be specified so that the  
> blanks are ignored?
>
> Thanks,
> Rick Simmons