home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / games / robot / remov_r3.bat < prev    next >
DOS Batch File  |  1995-10-31  |  3KB  |  113 lines

  1. echo off 
  2. cls 
  3. if "%1" == "" goto INSTRUCT 
  4.  
  5. :REMOVE 
  6. echo  RENEGADE ROBOT RETALIATION Hard Disk Removal
  7. echo  --------------------------------------------
  8. echo  This program will remove RENEGADE ROBOT RETALIATION files
  9. echo  stored a directory called %1\JUST4ME\RRR on your hard
  10. echo  disk.  
  11. pause   
  12. cls   
  13.  
  14. del %1\JUST4ME\RRR\HELP.IMG 
  15. del %1\JUST4ME\RRR\GENERIC.IMG 
  16. del %1\JUST4ME\RRR\YOULOSE.IMG 
  17. del %1\JUST4ME\RRR\UPGRADE.IMG 
  18. del %1\JUST4ME\RRR\SCREEN.IMG 
  19. del %1\JUST4ME\RRR\ROBOTSGN.IMG 
  20. del %1\JUST4ME\RRR\FUNDS.IMG 
  21. del %1\JUST4ME\RRR\WALLS.IMG 
  22. del %1\JUST4ME\RRR\BATTERY.IMG 
  23. del %1\JUST4ME\RRR\EQUIPMNT.IMG 
  24. del %1\JUST4ME\RRR\ENERGY.IMG 
  25. del %1\JUST4ME\RRR\PURCHASE.IMG 
  26. del %1\JUST4ME\RRR\ASPINFO.TXT 
  27. del %1\JUST4ME\RRR\SHIELDS.IMG 
  28. del %1\JUST4ME\RRR\BARRIER.IMG 
  29. del %1\JUST4ME\RRR\EARNINGS.IMG 
  30. del %1\JUST4ME\RRR\SELECT.IMG 
  31. del %1\JUST4ME\RRR\TITLE.IMG 
  32. del %1\JUST4ME\RRR\ARMOR.IMG 
  33. del %1\JUST4ME\RRR\SENSOR.IMG 
  34. del %1\JUST4ME\RRR\MAP.IMG 
  35. del %1\JUST4ME\RRR\YOUWON.IMG 
  36. del %1\JUST4ME\RRR\LASER.DWD 
  37. del %1\JUST4ME\RRR\SAVEGAME.IMG 
  38. del %1\JUST4ME\RRR\DRONE.IMG 
  39. del %1\JUST4ME\RRR\SOLONG.IMG 
  40. del %1\JUST4ME\RRR\LABORER.IMG 
  41. del %1\JUST4ME\RRR\FLOATER.IMG 
  42. del %1\JUST4ME\RRR\RUNNER.IMG 
  43. del %1\JUST4ME\RRR\FJOCKB.DWM 
  44. del %1\JUST4ME\RRR\TOPSCORE.IMG 
  45. del %1\JUST4ME\RRR\BOSS1.IMG 
  46. del %1\JUST4ME\RRR\INSTRUCT.IMG 
  47. del %1\JUST4ME\RRR\SAVEGAME.DAT 
  48. del %1\JUST4ME\RRR\ZAPPER.IMG 
  49. del %1\JUST4ME\RRR\OBJECTS.IMG 
  50. del %1\JUST4ME\RRR\SCORE.IMG 
  51. del %1\JUST4ME\RRR\BOSS2.IMG 
  52. del %1\JUST4ME\RRR\SAVEGAME.BKU 
  53. del %1\JUST4ME\RRR\README.TXT 
  54. del %1\JUST4ME\RRR\REGINFO.IMG 
  55. del %1\JUST4ME\RRR\LASER.IMG 
  56. del %1\JUST4ME\RRR\LOGO.IMG 
  57. del %1\JUST4ME\RRR\HIT.DWD 
  58. del %1\JUST4ME\RRR\VAPROBOT.DWD 
  59. del %1\JUST4ME\RRR\SCSONG.DWM 
  60. del %1\JUST4ME\RRR\DOOR.DWD 
  61. del %1\JUST4ME\RRR\GO.EXE
  62. del %1\JUST4ME\RRR\INSTALL.BAT 
  63. del %1\JUST4ME\RRR\ORDRFORM.TXT 
  64. del %1\JUST4ME\RRR\SOUND.IMG 
  65. del %1\JUST4ME\RRR\READY.IMG 
  66. del %1\JUST4ME\RRR\LEVEL1.DAT 
  67. del %1\JUST4ME\RRR\LEVEL2.DAT 
  68. del %1\JUST4ME\RRR\LEVEL3.DAT 
  69. del %1\JUST4ME\RRR\LEVEL4.DAT 
  70. del %1\JUST4ME\RRR\LEVEL5.DAT 
  71. del %1\JUST4ME\RRR\LEVEL6.DAT 
  72. del %1\JUST4ME\RRR\LEVEL7.DAT 
  73. del %1\JUST4ME\RRR\LEVEL8.DAT 
  74. del %1\JUST4ME\RRR\LEVEL9.DAT 
  75. del %1\JUST4ME\RRR\LEVELX.DAT 
  76.  
  77. cls
  78. echo  REMAINING CLEAN-UP INSTRUCTIONS
  79. echo  -------------------------------
  80. echo  All RENEGADE ROBOT RETALIATION files have been removed
  81. echo  from your hard drive with the exception of this one.
  82. echo  To complete your clean-up, you should enter the
  83. echo  following instructions at the DOS prompt:
  84. echo  .
  85. echo  .     DEL REMOV_R3.BAT  <ENTER>
  86. echo  .     CD\               <ENTER>
  87. echo  .     RD\JUST4ME\RRR
  88. echo  .     RD\JUST4ME
  89. echo  .
  90. pause 
  91. cls
  92. goto EXIT   
  93.    
  94. :INSTRUCT    
  95. cls    
  96. echo  RENEGADE ROBOT RETALIATION Hard Disk Removal
  97. echo  --------------------------------------------
  98. echo  This program removes RENEGADE ROBOT RETALIATION files from
  99. echo  a directory \JUST4ME\RRR on your hard drive.  For this
  100. echo  program, please adopt the following format:   
  101. echo  -    
  102. echo                 REMOV_R3 C:    
  103. echo  -     
  104. echo      where C: = hard drive on which the program is to be   
  105. echo                 installed   
  106. echo  -   
  107. echo  Substitute other drive letter as appropriate.
  108. pause   
  109. cls    
  110. goto EXIT    
  111.              
  112. :EXIT    
  113.