home *** CD-ROM | disk | FTP | other *** search
/ TIME: Almanac 1990s / Time_Almanac_1990s_SoftKey_1994.iso / cpibin / manual / textinst.bat < prev   
DOS Batch File  |  1994-06-02  |  2KB  |  78 lines

  1. @echo off
  2. cls
  3. echo                 TIME Almanac 1990s: Windows Edition
  4. echo.
  5. echo    This file will copy the files needed to run the TIME Almanac 1990s
  6. echo    to your C: drive.  After these files have been copied there
  7. echo    will be further instructions.
  8. echo.
  9. choice Do you wish to continue? 
  10. if errorlevel 2 goto abort
  11. if errorlevel 1 goto continue
  12. goto abort
  13.  
  14. :continue
  15. echo Copying files from CD to C:\time90s and C:\windows\system:
  16. echo.
  17. md c:\time90s
  18. copy \player01.exe c:\time90s\player01.exe
  19. copy \time90s.dll c:\time90s\time90s.dll
  20. copy \time90s.hlp c:\time90s\time90s.hlp
  21. copy \nq93.hlp     c:\time90s\nq93.hlp
  22. copy \pcxwin.dll   c:\time90s\pcxwin.dll
  23. copy \gxwin.dll    c:\time90s\gxwin.dll
  24. copy \ctl3dv2.dll  c:\windows\system\ctl3dv2.dll
  25.  
  26. :finished
  27. cls
  28. echo Copying complete..!
  29. echo.
  30. echo To run this program under Windows you must create a Program
  31. echo Manager Icon for the TIME Almanac 1990s.  To do this:
  32. echo.
  33. echo   Select:  FILE, "New"... from the Program Manager Menu.
  34. echo   Select:  "New Group" - Click OK.  
  35. echo   Enter:   Compact Publishing - Click OK
  36. echo   Select:  FILE, "New"... again from the Program Manager.
  37. echo   Select:  "New Item" - Click OK.
  38. echo   Enter:   TIME Almanac: 1990s (press [TAB])
  39. echo   Enter:   C:\time90s\player01 \time90s.cmb (click OK)
  40. echo.
  41. echo This program requires Video for Windows 1.1, if you do not have or are
  42. echo not sure which version of Video for Windows you have installed, run
  43. echo the Video for Windows installation program.
  44. echo.
  45. echo To install Video For Windows 1.1:
  46. echo.
  47. echo   Select: FILE, "Run"... from the Program Manager Menu.
  48. echo   Type: x:\disk1\setup.exe  (replace the "x" with your CD-ROM drive letter)
  49. echo   Click OK, then follow the on screen instructions.
  50. echo.
  51. echo   You may wish to print this screen by pressing the PRINTSCREEN button.
  52. pause
  53. goto end
  54.  
  55. :abort
  56. cls
  57. echo Aborting manual install...
  58.  
  59. goto end
  60.  
  61. :end
  62. echo.
  63. echo.
  64. echo  If you still cannot get this program to run, 
  65. echo  please call Compact Publishing at 202-244-4770
  66. echo  between the hours of 10am to 4pm eastern, Monday-Friday,
  67. echo  and we will be happy to help you.
  68. echo.
  69. echo.
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.