home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / mips / pubimage.bat < prev    next >
Encoding:
DOS Batch File  |  1995-03-01  |  966 b   |  23 lines

  1. @echo off
  2. if "%1" == "" goto usage
  3. echo.
  4. echo Inserting images into pubs database on server %1
  5. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '1389'" -Falgodata.bmp
  6. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '0877'" -Fbinnet.bmp
  7. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '9901'" -Fgggg.bmp
  8. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '1622'" -F5lakes.bmp
  9. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '0736'" -Fnewmoon.bmp
  10. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '9999'" -Flucerne.bmp
  11. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '1756'" -Framona.bmp
  12. textcopy -I -Usa -P%2 -S%1 -Dpubs -Tpub_info -Clogo -W"where pub_id = '9952'" -Fscootney.bmp
  13. echo Image update complete!
  14. echo.
  15. goto done
  16. :usage
  17. echo.
  18. echo Usage: pubimage ServerName [SAPassword]
  19. echo.
  20. :done
  21.  
  22.  
  23.