I would like to run multiple version of application in shell script (C Shell), for example:
Application2005 - command ro run is "app"
Application2006 - command ro run is "app"
Application2007 - command ro run is "app"
Application2008 - command ro run is "app"
Some department need to run in version 2005, some in 2006 and so on, but if I set the path to version 2005, some department can't other version, the other problem is I can't change to other command name instead "app" because it will fail the application, please help, thanks very much.
Start Free Trial