home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / bullseye.zip / NOMOBULL.BAT < prev   
DOS Batch File  |  1994-11-12  |  3KB  |  77 lines

  1. @echo off
  2. echo Uninstalling Bullseye Barney
  3. echo This is faster than the install!
  4. echo Now reinstalling backed up graphics...
  5.  
  6. dmgraph BOSSA1 -s oldstuff\BOSSA1.gif
  7. dmgraph BOSSA2A8 -s oldstuff\BOSSA2A8.gif
  8. dmgraph BOSSA3A7 -s oldstuff\BOSSA3A7.gif
  9. dmgraph BOSSA4A6 -s oldstuff\BOSSA4A6.gif
  10. dmgraph BOSSA5 -s oldstuff\BOSSA5.gif
  11. dmgraph BOSSB1 -s oldstuff\BOSSB1.gif
  12. dmgraph BOSSB2B8 -s oldstuff\BOSSB2B8.gif
  13. dmgraph BOSSB3B7 -s oldstuff\BOSSB3B7.gif
  14. dmgraph BOSSB4B6 -s oldstuff\BOSSB4B6.gif
  15. dmgraph BOSSB5 -s oldstuff\BOSSB5.gif
  16. dmgraph BOSSC1 -s oldstuff\BOSSC1.gif
  17. dmgraph BOSSC2C8 -s oldstuff\BOSSC2C8.gif
  18. dmgraph BOSSC3C7 -s oldstuff\BOSSC3C7.gif
  19. dmgraph BOSSC4C6 -s oldstuff\BOSSC4C6.gif
  20. dmgraph BOSSC5 -s oldstuff\BOSSC5.gif
  21. dmgraph BOSSD1 -s oldstuff\BOSSD1.gif
  22. dmgraph BOSSD2D8 -s oldstuff\BOSSD2D8.gif
  23. dmgraph BOSSD3D7 -s oldstuff\BOSSD3D7.gif
  24. dmgraph BOSSD4D6 -s oldstuff\BOSSD4D6.gif
  25. dmgraph BOSSD5 -s oldstuff\BOSSD5.gif
  26. dmgraph BOSSE1 -s oldstuff\BOSSE1.gif
  27. dmgraph BOSSE2 -s oldstuff\BOSSE2.gif
  28. dmgraph BOSSE3 -s oldstuff\BOSSE3.gif
  29. dmgraph BOSSE4 -s oldstuff\BOSSE4.gif
  30. dmgraph BOSSE5 -s oldstuff\BOSSE5.gif
  31. dmgraph BOSSE6 -s oldstuff\BOSSE6.gif
  32. dmgraph BOSSE7 -s oldstuff\BOSSE7.gif
  33. dmgraph BOSSE8 -s oldstuff\BOSSE8.gif
  34. dmgraph BOSSF1 -s oldstuff\BOSSF1.gif
  35. dmgraph BOSSF2 -s oldstuff\BOSSF2.gif
  36. dmgraph BOSSF3 -s oldstuff\BOSSF3.gif
  37. dmgraph BOSSF4 -s oldstuff\BOSSF4.gif
  38. dmgraph BOSSF5 -s oldstuff\BOSSF5.gif
  39. dmgraph BOSSF6 -s oldstuff\BOSSF6.gif
  40. dmgraph BOSSF7 -s oldstuff\BOSSF7.gif
  41. dmgraph BOSSF8 -s oldstuff\BOSSF8.gif
  42. dmgraph BOSSG1 -s oldstuff\BOSSG1.gif
  43. dmgraph BOSSG2 -s oldstuff\BOSSG2.gif
  44. dmgraph BOSSG3 -s oldstuff\BOSSG3.gif
  45. dmgraph BOSSG4 -s oldstuff\BOSSG4.gif
  46. dmgraph BOSSG5 -s oldstuff\BOSSG5.gif
  47. dmgraph BOSSG6 -s oldstuff\BOSSG6.gif
  48. dmgraph BOSSG7 -s oldstuff\BOSSG7.gif
  49. dmgraph BOSSG8 -s oldstuff\BOSSG8.gif
  50. dmgraph BOSSH1 -s oldstuff\BOSSH1.gif
  51. dmgraph BOSSH2 -s oldstuff\BOSSH2.gif
  52. dmgraph BOSSH3 -s oldstuff\BOSSH3.gif
  53. dmgraph BOSSH4 -s oldstuff\BOSSH4.gif
  54. dmgraph BOSSH5 -s oldstuff\BOSSH5.gif
  55. dmgraph BOSSH6 -s oldstuff\BOSSH6.gif
  56. dmgraph BOSSH7 -s oldstuff\BOSSH7.gif
  57. dmgraph BOSSH8 -s oldstuff\BOSSH8.gif
  58. dmgraph BOSSI0 -s oldstuff\BOSSI0.gif
  59. dmgraph BOSSJ0 -s oldstuff\BOSSJ0.gif
  60. dmgraph BOSSK0 -s oldstuff\BOSSK0.gif
  61. dmgraph BOSSL0 -s oldstuff\BOSSL0.gif
  62. dmgraph BOSSM0 -s oldstuff\BOSSM0.gif
  63. dmgraph BOSSN0 -s oldstuff\BOSSN0.gif
  64. dmgraph BOSSO0 -s oldstuff\BOSSO0.gif
  65. echo *******************************
  66. echo Now removing all Barney files.
  67. echo If asked -- please say yes!
  68. echo This will remove all of the Barney files.
  69. deltree oldstuff
  70. del dmaud.exe
  71. del dmgraph.exe
  72. del bullseye.bat
  73. del bullseye.txt
  74. echo Uninstallation is done!
  75. del nomobull.bat
  76.  
  77.