home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / install / getos.bat < prev    next >
DOS Batch File  |  1995-09-28  |  692b  |  29 lines

  1. @echo off
  2. if %1$ == do$ if %2$ == it$ if %3$ == really$ goto start
  3. echo Please execute SPEAINST.EXE in the root directory of the CD ROM.
  4. echo Press any key to continue ...
  5. pause > nul
  6. goto exit
  7.  
  8. :start
  9. ver >c:\odd33ver.tpl
  10. set >c:\odd33set.tpl
  11. if exist c:\odd33ver.tpl if exist c:\odd33set.tpl goto exit
  12.  
  13. ver >d:\odd33ver.tpl
  14. set >d:\odd33set.tpl
  15. if exist d:\odd33ver.tpl if exist d:\odd33set.tpl goto exit
  16.  
  17. ver >e:\odd33ver.tpl
  18. set >e:\odd33set.tpl
  19. if exist e:\odd33ver.tpl if exist e:\odd33set.tpl goto exit
  20.  
  21. ver >f:\odd33ver.tpl
  22. set >f:\odd33set.tpl
  23. if exist f:\odd33ver.tpl if exist f:\odd33set.tpl goto exit
  24.  
  25. ver >g:\odd33ver.tpl
  26. set >g:\odd33set.tpl
  27.  
  28. :exit
  29.