[izpack-devel] variables usage
A. J. Rajkumar
rajkumar at speakeasy.net
Thu Apr 26 22:52:21 CEST 2007
Hi Folks
I need to pass the $INSTALL_DIR to a master_template batch file,
where varibles are parsed into a master_actual batch file.
I have it all working but the second occurrence of $INSTALL_DIR
is giving errors.
My master template batch file looks like this:-
"$INSTALL_DIR\driver.bat" $host $port $name $pwd "$INSTALL_DIR"
My parsed master actual batch file looks like this:-
"C:\Program file\database\driver.bat" localhost 1500 joe passwd $INSTALL_DIR.
Why is the second instance not be parsed properly
Regards
More information about the izpack-devel
mailing list