Hi,
I am writting a script witch will copy some files to SQLLIB\BIN directory on users computers. Users use Windows 2000 or Windows XP. They can have installed db2 v7.2 or db2 v8. So each computer can have different db2 installation path (sample: c:\program files\ibm\sqllib\bin).
I would like to write a script witch the output would be "db2 installation path".
Can I write someting like:
"db2 get installation path"
The output should be someting like:
"c:\program files\ibm\sqllib\bin"
Thanks,
Grofaty