home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / pim / famrnrnt.exe / SETUP.BAT < prev    next >
DOS Batch File  |  1996-08-05  |  2KB  |  68 lines

  1. echo off
  2. cls
  3. echo To accomodate all its features, this Windows program is quite large.  To
  4. echo shorten transfer time as much as possible, this simple DOS batch file is
  5. echo used for installation.  Just follow the instructions.
  6. echo .
  7. echo .
  8. pause
  9. echo off
  10. cls
  11. echo Installing this program requires 2MB of free hard disk space.  If you're
  12. echo not absolutely SURE that much is free, press Control-C to abort; otherwise,
  13. pause
  14. echo off
  15. cls
  16. md \INTEGRA
  17. cls
  18. if exist \integra\sched.daf erase *.da*
  19. echo COPYING FILES...
  20. echo .
  21. copy *.* \integra
  22. if exist \integra\ultimate.exe goto STARTDEL
  23. cls
  24. echo Something went wrong during this installation.  Perhaps you have less free
  25. echo disk space than you thought.
  26. echo .
  27. echo INSTALLATION IS ABORTED!
  28. goto END
  29. :STARTDEL
  30. erase cities
  31. erase j*
  32. erase *.bmp
  33. erase *.d*
  34. erase *.e*
  35. erase *.g*
  36. erase *.h*
  37. erase *.i*
  38. erase *.l*
  39. erase *.t*
  40. cd\integra
  41. md pictures
  42. copy pictures.exe pictures
  43. cd pictures
  44. if not exist airplane.bmp pictures
  45. erase pictures.exe
  46. cd ..
  47. erase pictures.exe
  48. if exist notices.org attrib -r notices.org
  49. copy notices.txt notices.org
  50. attrib +r notices.org
  51. cls
  52. echo The program has been installed into the INTEGRA directory on this hard
  53. echo disk.  To run the program, move to that directory and run ULTIMATE.EXE.
  54. echo .
  55. echo .
  56. echo Before you run the program, however, it is recommended that you read the
  57. echo README.TXT file.  Its instructions will lead you through the simple
  58. echo process of placing the icon (or shortcut) for this program wherever you
  59. echo wish within your Windows system.  It will also document how to overcome
  60. echo some potential difficulties you may face in getting the most out of this
  61. echo software.
  62. echo .
  63. echo .
  64. echo Installation is complete.  Good luck.
  65. :END
  66. echo .
  67. echo .
  68.