home *** CD-ROM | disk | FTP | other *** search
/ PhotoDisc 1: Business & Industry / PhotoDisc-Vol1-WinMac-cd2of2.bin / xing / xingread.bat < prev   
DOS Batch File  |  1994-07-18  |  1KB  |  37 lines

  1. @echo off
  2. goto TEXT
  3.     /******************************************************************/
  4.     /*     Copyright (C) 1990-92 -  Xing Technology Corporation       */
  5.     /*                              All Rights Reserved               */
  6.     /******************************************************************/
  7. :TEXT
  8. cls
  9. echo                  Xing JPEG (tm) for Windows - Version 1.1b
  10. echo.
  11. echo Xing JPEG Program Files:
  12. echo   XING.EXE        Main program. Requires MS-Windows 3.0 or later
  13. echo   JPEG_DLL.DLL    Dynamic link library required by XING.EXE
  14. echo.
  15. echo Miscellaneous Files (not needed on hard disk):
  16. echo   SETUP.EXE       Installation program 
  17. echo   SETUP.INF       Information file used by installation program
  18. echo   METER.DLL       Installation link library
  19. echo   XINGREAD.BAT    this file
  20. echo   XINGINFO.TXT    Info for manual installation
  21. if not exist XINGINFO.TXT goto END
  22. echo.
  23. pause
  24. cls
  25. echo.
  26. echo     For an automated installation at the DOS command line
  27. echo       Enter:  WIN A:\SETUP  (or WIN B:\SETUP as appropriate)
  28. echo.
  29. echo     Or from within Windows, select "File"-"Run" then 
  30. echo       Enter:  A:\SETUP  (or B:\SETUP as appropriate)
  31. echo.
  32. pause
  33. cls
  34. type XINGINFO.TXT
  35. :END
  36.  
  37.