home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף נבחרי 95 / Top_95.iso / TRACER / TRACER.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-07-15  |  672 b   |  22 lines

  1. @echo off
  2. cls
  3. echo IMPORTANT INFORMATION:
  4. echo About to copy a file TRACER.INI file to your C:\WINDOWS directory.
  5. echo If your Windows directory is not C:\WINDOWS, exit now by pressing
  6. echo CTRL+C, then copy the file to your own Windows directory manually.
  7. echo TRACER.INI is located in D:\TRACER on the CD-ROM.
  8. echo.
  9. echo If your CD-ROM drive letter is not D:, you will also need to edit the
  10. echo TRACER.INI file...locate the following lines and edit to suit:
  11. echo [Directories]
  12. echo MainDir=D:\TRACER
  13. echo ShapeDir=D:\TRACER\RWARE
  14. echo RSCDir=D:\TRACER\RSC
  15. echo MovieDir=D:\TRACER\RSC
  16. echo.
  17. pause
  18. cd\tracer
  19. copy tracer.ini c:\windows
  20. tracer32
  21. pause
  22.