> >>mkisofs -v -iso-level 3 -D -relaxed-filenames -no-iso-translate -pad -o
> >>d:\vac308.iso -V VAC308 e:\ -x \os2tk45\* -x \powergui d:\install\temp
> >>d:\install\os2tk451\001116.gm4510
> 
> >All the source directories must be at the end of the command line i.e. your
> >"-x" options (and their arguments) are being interpreted as pathspecs.
> 
> >However, it also looks like there is a syntax problem in specifying
> >your pathspecs (e:\) - I've never used mkisofs on "i386-pc-os2_emx" (what
> >ever that is) so I don't know what the syntax should be ...
> 
> There is one rule that is in effect on all platforms:
> 
>       a backslash is not a valid path separator.
> 
> Never use it because it is interpreted as escape character by the shell and
> many other programs.

  Unless you're using a UNIX shell on Windows/DOS the \ is a file
separator to the shell (such as it is) and the / (not -) is an "option
inducer" passed to the application. However, the / is legal (and
documented) as a separator, and should be used to avoid confusing the
application parsing. Actually, both \ and / work as path delimiters at
the system call level.

  Of course if you're running bash or some such on MS software, the
parsing is more or less POSIX behaviour, and the \ can vanish.

-- 
   -bill davidsen ([EMAIL PROTECTED])
"The secret to procrastination is to put things off until the
 last possible moment - but no longer"  -me


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to