echo You may Install one of two ways: echo echo SMALL install will only install the STARTUP DISK to echo your hard drive. You MUST play from floppies. echo Minimum hard drive space required: 1.3 Meg echo echo COMPLETE install will install all files to your hard echo drive. The entire game will be played from a hard echo drive. Minimum hard drive space required: 2.7 Meg echo echo Would you like to install (S)mall, (C)omplete or (E)xit? pick sce small large Exit2 :small clear space %1: 1300 NoSmall godir %1:\sierra\brain CantCreate rem Copy over the necessary files. echo Copying Startup Files ... copy %2:*.drv copy %2:scid*.exe copy %2:interp.txt copy %2:version copy %2:resource.map copy %2:resource.000 copy %2:resource.001 copy %2:install.exe copy %2:install.hlp copy %2:install.txt copy %2:brainrs.bat %1:\brain.bat copy %2:brainrs.bat %1:\sierra\brain.bat copy %2:brain.bat brain.bat copy %2:sierra.bat sierra.bat rem Copy over patches copy %2:440.scr echo %3 > resource.cfg goto exit :large clear space %1: 2700 NoSpace godir %1:\sierra\brain CantCreate rem Copy over the necessary files. echo Copying Startup Files ... copy %2:*.drv copy %2:scid*.exe copy %2:interp.txt copy %2:version copy %2:tandy3v.drv copy %2:resource.000 copy %2:resource.map copy %2:install.exe copy %2:install.hlp copy %2:install.txt copy %2:brainrs.bat %1:\brain.bat copy %2:brainrs.bat %1:\sierra\brain.bat copy %2:brainh.bat brain.bat copy %2:sierrah.bat sierra.bat rem Copy over patches copy %2:440.scr echo %3 > resource.cfg echo Copying Game files... exists %2:resource.001 Please insert the disk labeled "Disk 1" in drive %2:. copy %2:resource.001 exists %2:resource.002 Please insert the disk labeled "Disk 2" in drive %2:. copy %2:resource.002 :exit clear echo echo ˙To play NOW: echo ˙ Type brain [ENTER]. echo echo ˙To play LATER: echo ˙ From the SIERRA directory of %1:, echo ˙ Type brain and press [ENTER]. echo pause goto Exit2 :NoSpace clear echo echo There is not enough space on %1: to install Castle of Dr. Brain! rem determine which message to bring up. space %1: 1300 NoSmall echo 2.7 megabytes of disk space are necessary for echo COMPLETE install. You need to free up more space echo on your hard drive or use SMALL install. echo echo SMALL install will only install the STARTUP DISK echo to your hard drive. If you use SMALL install, you echo MUST play from floppies. SMALL install is echo recommended, due to insufficient hard drive space. echo echo Would you like to install (S)mall or (E)xit? pick se small Exit2 :NoSmall alert 1.3 megabytes of disk space are necessary. end :Exit2 end :CantCreate alert Unable to create directory %1:\sierra\brain end