home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if (%1) == () goto printusage
- if (%2) == () goto printusage
- echo.
- echo *** YOU MUST EXECUTE 'SYBINST.BAT' FROM THE TARGET SYBASE ***
- echo *** HOME DIRECTORY (i.e. change to the DRIVE where the ***
- echo *** target SYBASE home directory is going to be and type ***
- echo *** the command): ***
- echo %1sybinst %1 %2
- echo *** OTHERWISE, TYPE CONTROL-C NOW AND ANSWER 'YES' TO ***
- echo *** TERMINATE THE BATCH FILE! ***
- echo.
- pause
- echo.
- rem mkdir %2
- copy %1\sybinst2.bat %2\sybinst.bat /v
- %2\sybinst.bat %1 %2
- exit
- :printusage
- echo "usage: sybinst <disk drive name>: <SYBASE home directory>"
- exit
-