home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / EDUCATIE / MSCOPE2 / INST2.BAT < prev    next >
DOS Batch File  |  1994-11-10  |  5KB  |  101 lines

  1. echo off
  2. CLS
  3. :rep1
  4. ECHO Please insert next disc into floppy drive and press enter...
  5. pause
  6. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7. rem   + check this is next disc                                         +
  8. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9. if exist %2:\MSCOPE2B.EXE goto disc2
  10. echo This is not disc 2!
  11. goto rep1
  12.  
  13. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  14. rem   + COPY FROM FLOPPY A                                              +
  15. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  16.  
  17. :disc2
  18. ERASE %1:\MSCOPE\MICTEST1.TMP
  19. cls
  20. ECHO  While you're waiting, a bit more info:-
  21. ECHO  ╔═════════════════════════════════════════════════════════════════╗
  22. ECHO  ║ Microscope uses electronic slidesets. Many packs, consisting of ║
  23. ECHO  ║ compressed sets, can be obtained from your SHAREWARE dealer.    ║
  24. ECHO  ║ They advertise and demonstrate images and slides taken from the ║
  25. ECHO  ║ professional slidesets used by registered PROfessional versions ║
  26. ECHO  ║ of Microscope for the PC.                                       ║
  27. ECHO  ║                                                                 ║
  28. ECHO  ║ It doesn't end there: if you register for the full PRO version, ║
  29. ECHO  ║ you will have effectively joined a unique club. Full colour     ║
  30. ECHO  ║ stand-alone images, video films, newsletters, world co-op, and  ║
  31. ECHO  ║ support in electronic microscopy is on offer.                   ║
  32. ECHO  ╚═════════════════════════════════════════════════════════════════╝
  33. echo copying Microscope Ver 2.0 Disc 2 files to %1:\MSCOPE
  34. copy %2:\*.* %1:\MSCOPE\*.*
  35. CLS
  36. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  37. rem   + ENTER NEW DIR AND UNCOMPRESS FILES                              +
  38. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  39. mscope2a
  40. erase %1:\MSCOPE\mscope2a.exe > NUL
  41. mscope2b
  42. erase %1:\MSCOPE\mscope2b.exe > NUL
  43. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  44. rem   +                   RUN SETUP.EXE                                 +
  45. REM   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  46. IF EXIST SETUP.EXE GOTO runsetup
  47. ECHO SETUP.EXE not found in %1:\MSCOPE directory - can't complete install!
  48. goto end
  49. :runsetup
  50. CLS
  51. ECHO MICROSCOPE has different language translations and two different
  52. echo screens to enable people all over the world to enjoy the software.
  53. echo A test will be made now to see which language files exist.
  54. echo You will be asked to select one. When this happens please follow
  55. echo the on-screen instructions.
  56. echo  
  57. echo Two screens exist: 1 in English and another appropriate for use
  58. echo by all non-English speaking communities. You will also be asked
  59. echo to select one of these screens. Note: Languages and screens may
  60. echo be re-selected later when using the software. It is important to
  61. echo select a language you understand to complete this installation 
  62. echo fully.
  63. pause
  64. SETUP.EXE
  65. CLS
  66. ECHO INSTALLATION will now check to see what slidesets exist on your
  67. echo hard disc. Any found will be installed into Microscope's control 
  68. echo database so they can be accessible when using Microscope.
  69. echo The screen may clear several times if you have a lot of slidesets 
  70. echo installed. Please be patient and let the process complete. You 
  71. echo will be asked to confirm that you wish to install all slidesets.
  72. echo Please answer YES by pressing the appropriate key which will be
  73. echo indicated in a message that follows asking you to clarify the
  74. echo request to install all slidesets.
  75. pause
  76. MIC_CTRL IN:*.*
  77. goto end
  78. :error1
  79. echo Install failed : cannot switch to %1:\mscope
  80. :end
  81. cls
  82. echo Microscope for the PC (SHAREWARE EVALUATION VERSION)is installed!
  83. echo To use Microscope, log onto the directory %1:\MSCOPE and enter   
  84. echo MSCOPE2 at the DOS command line.                                 
  85. echo =================================================================
  86. ECHO If you like what you see, please apply for extended SHAREWARE USE
  87. ECHO CERTIFICATE or PURCHASE THE PROFESSIONAL VERSION. Molcol Software 
  88. echo has given you a chance to try before you buy - if you feel that  
  89. echo Microscopy has something to offer, help us to support you by     
  90. echo supporting us. Technology is advancing at an incredible rate,    
  91. echo let us ensure Microscopy is represented to a wider audience and  
  92. echo establishes a greater presence to young and old alike within this
  93. echo new infrastructure of information exchange and self-learning !!!
  94. echo =================================================================
  95. echo If you have problems installing or running Microscope, refer to 
  96. echo the manual by using your favourite text editor in non-document 
  97. echo or raw text/ascii mode and reading the file called MANUAL.ASC, or
  98. echo use the DOS 'TYPE' command to see the README.1ST file.      
  99. erase %1:\MSCOPE\install.bat > NUL
  100. erase %1:\MSCOPE\inst2.bat > NUL
  101.