
Installgen
Features and Benefits
Installgen
Demo Available for download...
Bookmark This Page

echo off
REM script: 2_sol_920_prepinstall_1.bat
REM Features: This windows batch file opens an ftp connection to the UNIX
REM server and sends the contents of the solaris_utilities
REM directory from the oracle_build1 CD in the D: drive.
REM
REM Script Sequence# : 2
REM Used By: run manually on windows system
REM Copyright 2002 by .com Solutions Inc.
REM
REM ---------------------- Revision History ---------------
REM Date By Changes
REM 9-25-2001 dsimpson Initial Release
REM 5-02-2002 dsimpson Added support for 64bit Solaris patch.
REM 11-04-2002 dsimpson Added support for 32bt/64bit 9.2.0.2 patches
REM
REM This output file was created by Installgen version 1.38 on Sun Nov 10 14:20:50 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
echo Insert the ora_build1 CD
echo then press any key.
pause
ftp -i -n -s:47_sol_prepinstall_ftp_1.txt 10.1.0.16
echo .
echo .
echo .
echo Insert the ora_build2 CD
echo then press any key.
pause
ftp -i -n -s:16_sol_prepinstall_ftp_cd2_1.txt 10.1.0.16

