home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 25: Space Games Classics 2 / cd_1.iso / bsspace2 / space / xquest / dontrun.bat next >
DOS Batch File  |  1994-12-31  |  481b  |  36 lines

  1. @echo off
  2.  
  3. if "%1" == "" goto error
  4. if "%2" == "" goto error
  5.  
  6. goto cont
  7.  
  8. :error
  9.  
  10. echo Running this program has no effect.
  11. echo Please refer to the magazine for details
  12. echo about installing software from Dos.
  13. echo"
  14. echo Press any key to exit...
  15. pause >nul
  16. goto end
  17.  
  18. :cont
  19.  
  20. del %2*.diz
  21. del %2*.pbm
  22. del %2*.exe
  23. del %2*.cfg
  24. del %2*.dmo
  25. del %2*.doc
  26. del %2*.enm
  27. del %2*.fnt
  28. del %2*.gfx
  29. del %2*.scr
  30. del %2*.snd
  31.  
  32. %1x_quest %2
  33.  
  34. copy %3 %2xquest.ico
  35. :end
  36.