crzycooter
MIS
I've created a custom response file for installing 9i database SE for Windows. Oracle's documentation indicates that you need run the setup.exe from a command prompt and specify the response file including the full path.
My problem is that I'm trying to call this from a batch file and I need the path to be a variable. It looks like this:
setup.exe -responseFile <full_path>PVMOracleSVR.rsp
The full_path needs to read the full path name when executed. Any help out there for what command(s) I can use? Thanks in advance for any help.
I find it annoying when people feel the need to attatch words of wisdom to everything they send.
--Eric
My problem is that I'm trying to call this from a batch file and I need the path to be a variable. It looks like this:
setup.exe -responseFile <full_path>PVMOracleSVR.rsp
The full_path needs to read the full path name when executed. Any help out there for what command(s) I can use? Thanks in advance for any help.
I find it annoying when people feel the need to attatch words of wisdom to everything they send.
--Eric