# KEHOME/test/jconFileNameError.txt
# Mar/17/2003

# Windows XP Pro

jcont command lines (I put ziplist in separate command)
#======================================================
ziplist=$(cat $TDIR/zip.list)
(cd $TDIR; $JAVA jcon.ZipMerge combined.zip \
    $MAIN.class $ziplist $CFILES $LINKRTS)

the error
#========
 (The filename, directory name, or volume label syntax is incorrect)

the problem
#==========
ziplist="C:\home\ke\test\hello.zip"

the solution
#===========
ziplist="../hello.zip"
