home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / hwid2o.zip / TEST.CMD < prev    next >
OS/2 REXX Batch file  |  1998-02-24  |  1KB  |  21 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║                                                                       ║
  3. REM ║ TEST.CMD                                                              ║
  4. REM ║                                                                       ║
  5. REM ║ This command file generates the HWID2D.INI file and a UDF file for    ║
  6. REM ║ the test database TEST.DBF. This script should be called from within  ║
  7. REM ║ the SQLLIB\FUNCTION directory in your DB2 UDB environment.            ║
  8. REM ║                                                                       ║
  9. REM ║ See the HWID2D.DOC file for documentation.                            ║
  10. REM ║                                                                       ║
  11. REM ║ After successful call the HWID2D.INI file will contain the correct    ║
  12. REM ║ location of the Dbase III database TEST.DBF and the file TEST.UDF     ║
  13. REM ║ will contain the correct syntax of the CREATE FUNCTION call and a     ║
  14. REM ║ set of standard SQL SELECT statements for this TEST.DBF.              ║
  15. REM ║                                                                       ║
  16. REM ╚═══════════════════════════════════════════════════════════════════════╝
  17.  
  18. HWID2DO.EXE -dC:\SQLLIB\FUNCTION\TEST.DBF
  19. @EXIT
  20.  
  21.