home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TIME: Almanac 1990s
/
Time_Almanac_1990s_SoftKey_1994.iso
/
cpibin
/
manual
/
textinst.bat
< prev
Wrap
DOS Batch File
|
1994-06-02
|
2KB
|
78 lines
@echo off
cls
echo TIME Almanac 1990s: Windows Edition
echo.
echo This file will copy the files needed to run the TIME Almanac 1990s
echo to your C: drive. After these files have been copied there
echo will be further instructions.
echo.
choice Do you wish to continue?
if errorlevel 2 goto abort
if errorlevel 1 goto continue
goto abort
:continue
echo Copying files from CD to C:\time90s and C:\windows\system:
echo.
md c:\time90s
copy \player01.exe c:\time90s\player01.exe
copy \time90s.dll c:\time90s\time90s.dll
copy \time90s.hlp c:\time90s\time90s.hlp
copy \nq93.hlp c:\time90s\nq93.hlp
copy \pcxwin.dll c:\time90s\pcxwin.dll
copy \gxwin.dll c:\time90s\gxwin.dll
copy \ctl3dv2.dll c:\windows\system\ctl3dv2.dll
:finished
cls
echo Copying complete..!
echo.
echo To run this program under Windows you must create a Program
echo Manager Icon for the TIME Almanac 1990s. To do this:
echo.
echo Select: FILE, "New"... from the Program Manager Menu.
echo Select: "New Group" - Click OK.
echo Enter: Compact Publishing - Click OK
echo Select: FILE, "New"... again from the Program Manager.
echo Select: "New Item" - Click OK.
echo Enter: TIME Almanac: 1990s (press [TAB])
echo Enter: C:\time90s\player01 \time90s.cmb (click OK)
echo.
echo This program requires Video for Windows 1.1, if you do not have or are
echo not sure which version of Video for Windows you have installed, run
echo the Video for Windows installation program.
echo.
echo To install Video For Windows 1.1:
echo.
echo Select: FILE, "Run"... from the Program Manager Menu.
echo Type: x:\disk1\setup.exe (replace the "x" with your CD-ROM drive letter)
echo Click OK, then follow the on screen instructions.
echo.
echo You may wish to print this screen by pressing the PRINTSCREEN button.
pause
goto end
:abort
cls
echo Aborting manual install...
goto end
:end
echo.
echo.
echo If you still cannot get this program to run,
echo please call Compact Publishing at 202-244-4770
echo between the hours of 10am to 4pm eastern, Monday-Friday,
echo and we will be happy to help you.
echo.
echo.