@echo on @echo makeunsigned.bat build an unsigned jar. E: CD E:\com\mindprod\networkcam javac -source 1.4 -target 1.4 *.java if errorlevel 1 pause Compile errors rem jar {ctxu}[vfm0M] [jar-file] [manifest-file] [-C dir] files ... rem -c create new archive rem -t list table of contents for archive rem -x extract named (or all) files from archive rem -u update existing archive rem -v generate verbose output on standard output rem -f specify archive file name rem -m include manifest information from specified manifest file rem -0 store only; use no ZIP compression rem -M do not create a manifest file for the entries rem -i generate index information for the specified jar files rem -C change to the specified directory and include the following file rem If any file is a directory then it is processed recursively. rem The manifest file name and the archive file name needs to be specified rem in the same order the 'm' and 'f' flags are specified. CD \ jar.exe -cvfm com\mindprod\networkcam\unsignednetworkcam.jar com\mindprod\networkcam\main.mft com\mindprod\networkcam\*.class @com\mindprod\networkcam\forjar.list CD E:\com\mindprod\networkcam rem -30-