home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i17 / ur423841.dsk / CSD1.DFI / LM11BND.CMD < prev    next >
OS/2 REXX Batch file  |  1993-03-02  |  1KB  |  31 lines

  1. @echo off
  2. echo 5621-117 (C) Copyright IBM Corp. 1992 Licensed material - LAN Network Manager
  3. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  4. echo !!                                                                    !!
  5. echo !!  If you are using a country code of 002 or 046 OR your codepage    !!
  6. echo !!  is between 930 and 950, DO NOT use this utility. Hit Ctrl + C to  !!
  7. echo !!  exit without executing the bind. Edit this file for information   !!
  8. echo !!  to correct the bind problem.                                      !!
  9. echo !!                                                                    !!
  10. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  11.  
  12. pause
  13.  
  14. rem  If you are using a country code of 002 or 046 OR your codepage is
  15. rem  between 930 and 950, follow the instruction marked with REM.
  16.  
  17. rem  Un-remark the next three lines (that is, delete the REM statments)
  18.  
  19. rem  STARTDBM
  20. rem  SQLBIND @LNM1.BND LM11
  21. rem  SQLBIND @LNM2.BND LM11
  22.  
  23. rem Remark out the next three lines (that is, add REM to the beginning of
  24. rem the statements.
  25.  
  26. STARTDBM
  27. SQLBIND @LNM1.BND LM11 /F=LOC
  28. SQLBIND @LNM2.BND LM11 /F=LOC
  29.  
  30. echo Bind completed.
  31.