home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a063 / 1.img / SYBINST.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-05-18  |  712 b   |  22 lines

  1. @echo off
  2. if (%1) == () goto printusage
  3. if (%2) == () goto printusage
  4. echo.
  5. echo *** YOU MUST EXECUTE 'SYBINST.BAT' FROM THE TARGET SYBASE  ***
  6. echo *** HOME DIRECTORY (i.e. change to the DRIVE where the     ***
  7. echo *** target SYBASE home directory is going to be and type   ***
  8. echo *** the command):                                          ***
  9. echo        %1sybinst %1 %2 
  10. echo *** OTHERWISE, TYPE CONTROL-C NOW AND ANSWER 'YES' TO      ***
  11. echo *** TERMINATE THE BATCH FILE!                              ***
  12. echo.
  13. pause
  14. echo.
  15. rem mkdir %2
  16. copy %1\sybinst2.bat %2\sybinst.bat /v
  17. %2\sybinst.bat %1 %2
  18. exit
  19. :printusage
  20. echo "usage: sybinst <disk drive name>: <SYBASE home directory>"
  21. exit
  22.