I have an application that supports multiple OS including Windows, unix, solaris, AIX. On all other platforms except Windows we need to run db2 directly as the environment is initialized using the db2profile. The initalization on Windows is done by db2cmd. This makes my code platform dependent.
Is there any workaround for this?
Thanks in advance.
Vineet