home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo IMPORTANT INFORMATION:
- echo About to copy a file TRACER.INI file to your C:\WINDOWS directory.
- echo If your Windows directory is not C:\WINDOWS, exit now by pressing
- echo CTRL+C, then copy the file to your own Windows directory manually.
- echo TRACER.INI is located in D:\TRACER on the CD-ROM.
- echo.
- echo If your CD-ROM drive letter is not D:, you will also need to edit the
- echo TRACER.INI file...locate the following lines and edit to suit:
- echo [Directories]
- echo MainDir=D:\TRACER
- echo ShapeDir=D:\TRACER\RWARE
- echo RSCDir=D:\TRACER\RSC
- echo MovieDir=D:\TRACER\RSC
- echo.
- pause
- cd\tracer
- copy tracer.ini c:\windows
- tracer32
- pause
-