A simple way would be to have a shell script (for * nix) or a batch file for windows that could mimic the behavior you want
#!/bin/ksh echo "first arg is the name of the ini file to use otherwise using default one" ln -s $1 eclipse.ini
hhafez
source share