home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / geo / fuzlog6.zip / FUZLOG6.COM / GCOLOROR.COM / ADDCOLOR.BAT < prev    next >
DOS Batch File  |  1993-06-03  |  2KB  |  34 lines

  1. @echo off
  2. cls
  3. echo                              GeoColoror 
  4. echo                   Copyright 1993 Clemens Kochinke
  5. echo                         ClemensKo @ AOL.COM
  6. echo         All rights reserved, including the right to automate 
  7. echo                 the GeoColoror installation process.
  8. echo       Unlimited Use Licensed to GeoWorks Ensemble 2.0 Licensees
  9. echo           Who Help Turn GeoWorks into the Standard Interface
  10. copy GeoCol.bat c:\GeoWorks >nul
  11. del GeoCol.bat >nul
  12. echo.
  13. echo           If you proceed, you will change your Geos.Ini file.
  14. echo Changing the Geos.Ini file is not recommended by GeoWorks nor anyone else.
  15. echo                   You proceed entirely at your own risk.
  16. echo If you proceed you should have made a safe backup of your current Geos.Ini file.
  17. echo         Hit Control-Break or Control-C simultaneously to stop now.
  18. pause
  19. copy c:\GeoWorks\Geos.Ini+ColorPth.Col c:\GeoWorks\Geos.Ini
  20. echo Your Geos.Ini file now contains a pointer to the color files.
  21. echo ... Now deleting this AddColor file to avoid future confusion.
  22. echo ... Now deleting the ColorPth.Col file to avoid future confusion.
  23. echo Wait for No File Found message.
  24. echo ... You have copies of these files in the compressed GeoColoror file.
  25. echo.
  26. echo Instead of Geos.Bat, you may start GeoWorks Ensemble 2.0 with the command
  27. echo                            GeoCol (number)
  28. echo where (number) is the number of any of the color files in your directory
  29. echo c:\GeoWorks\UserData\Color
  30. echo                   EXAMPLE:    GeoCol 112      
  31. echo.
  32. echo Thank you for using GeoColoror. For additional information, see FuzzyLogic 6
  33. del ColorPth.Col
  34. del AddColor.Bat