ITS VERY VERY URGENT [message #81152] |
Thu, 16 January 2003 11:27 |
Imran
Messages: 56 Registered: November 2001
|
Member |
|
|
Hello Folks,
I m in a big trouble. I develop a project and want to install at client side but i dont know the path at which Forms is installed. I want to create a batch file. Can any one tell me how i get the path of FORMS60 in batch file. Means to retrieve path from registry.
Please help as soon as possible
Imran
|
|
|
Re: ITS VERY VERY URGENT [message #81153 is a reply to message #81152] |
Thu, 16 January 2003 11:58 |
Vaibhav
Messages: 13 Registered: April 2001
|
Junior Member |
|
|
It will be better if you keep all your forms in Network which all your users can access.
Create one reg file to change default oracle path to this network location and run this reg file from all users machine ..
Reg file will be something like this.....
REGEDIT4
[[HKEY_LOCAL_MACHINESOFTWAREORACLE]]
"FORMS50_PATH"="F:\Oracle\Bin;F:\my\Bin;"
"ORACLE_PATH"="F:\Oracle\Bin;F:\my\Bin;"
"REPORTS30_PATH"="F:\my\Reports;"
"REPORTS30_TMP"="C:\Temp"
"TK25_ICON"="F:\Oracle\Images"
[[HKEY_LOCAL_MACHINESOFTWAREORACLEHeadstart]]
"IMAGEFILE_PATH"="S:\Oracle\Images"
|
|
|