<div dir="ltr"><div>Ok, here is a corrected version.<br><br>What it was doing was going into GEMSYS directory and when a user choose an option, it is trying to find a GEMAPPS\GEMSYS\SETUP directory inside of the GEMSYS directory.<br><br></div>I also added an END label so it will exit cleanly now.<br><div><br>@ECHO OFF<br>CLS<br><br>REM  OpenGEM SETUP Release 6<br>REM  Copyright (C) 2001-2017  Shane Coughlan<br>REM  <a href="http://gem.opendawn.com">http://gem.opendawn.com</a> email: <a href="mailto:shane@opendawn.com">shane@opendawn.com</a><br><br>:CHOOSE<br>REM Chose what device you want to setup<br>ECHO OFF<br>ECHO               **************************************************<br>ECHO               *                                                *<br>ECHO               * What would you like to do now?                 *<br>ECHO               *                                                *<br>ECHO               * 1 - Change the video driver                    *<br>ECHO               *                                                *<br>ECHO               * 2 - Change the sound driver                    *<br>ECHO               *                                                *<br>ECHO               * 3 - Change the printer driver                  *<br>ECHO               *                                                *<br>ECHO               * 4 - Repair OpenGEM                             *<br>ECHO               *                                                *<br>ECHO               *                                                *<br>ECHO               *                                                *<br>ECHO               * 5 - Get Help                                   *<br>ECHO               *                                                *<br>ECHO               * 6 - Exit and return to DOS                     *<br>ECHO               *                                                *<br>ECHO               **************************************************<br>ECHO.<br>ECHO                           Please select an option...<br>CD GEMAPPS\GEMSYS<br>choice /c:123456<br>if errorlevel 6 goto 6<br>if errorlevel 5 goto 5<br>if errorlevel 4 goto 4<br>if errorlevel 3 goto 3<br>if errorlevel 2 goto 2<br>if errorlevel 1 goto 1<br>CLS<br><br>:1<br>ECHO OFF<br>REM Change the video driver<br>CD SETUP<br>VIDEO<br>GOTO CHOOSE<br>CLS<br><br>:2<br>ECHO OFF<br>CLS<br>REM Change the sound driver<br>CD SETUP<br>SOUND<br>GOTO CHOOSE<br>CLS<br><br>:3<br>ECHO OFF<br>CLS<br>REM Change the printer driver<br>CD SETUP<br>PRINTER<br>GOTO CHOOSE<br>CLS<br><br>:4<br>ECHO OFF<br>CLS<br>REM Repair OpenGEM<br>CD SETUP<br>REPAIR<br>GOTO CHOOSE<br>CLS<br><br>:5<br>ECHO OFF<br>CLS<br>ECHO               **************************************************<br>ECHO               *                                                *<br>ECHO               *               OpenGEM Setup Help               *<br>ECHO               *                                                *<br>ECHO               * OpenGEM SETUP is designed to make changing     *<br>ECHO               * FreeGEM sound, video and printer drivers easy. *<br>ECHO               *                                                *<br>ECHO               * Before you change sound or video drivers       *<br>ECHO               * please check what type of hardware you have.   *<br>ECHO               * Using the wrong driver can crash your system.  *<br>ECHO               *                                                *<br>ECHO               * When changing the printer drivers keep in mind *<br>ECHO               * that it might be impossible to get an exact    *<br>ECHO               * match for your printer. You are advised to     *<br>ECHO               * try different drivers until you find one that  *<br>ECHO               * works for you.                                 *<br>ECHO               *                                                *<br>ECHO               **************************************************<br>ECHO.<br>ECHO                   Press any key to return to the main menu...<br>PAUSE > NUL<br>GOTO END<br>CLS<br><br>:6<br>REM Exit OpenGEM SETUP<br>:END<br>CD\<br>ECHO               **************************************************<br>ECHO               *       Thank you for using OpenGEM Setup        *<br>ECHO               **************************************************<br>ECHO.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 25, 2017 at 2:06 AM, Shane Coughlan <span dir="ltr"><<a href="mailto:Shane_Coughlan@hotmail.com" target="_blank">Shane_Coughlan@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Michael! Thanks for flagging! Can you copy/paste a corrected version?<br>
<div class="HOEnZb"><div class="h5">> On Jul 25, 2017, at 11:25, Michael Henry <<a href="mailto:bromichaelhenry@gmail.com">bromichaelhenry@gmail.com</a>> wrote:<br>
><br>
> Hello Shane<br>
><br>
> In your SETUP.BAT file, you forgot one of the cd commands to change into the setup directory. Also, how compatible is GEM with Virtual Box? I am having issues getting the video to work properly. It's all B/W.<br>
><br>
> @Ari, yes it can, I know a guy who has did that with different flavors of Geoworks/NDO/Breadbox.<br>
><br>
><br>
><br>
> On Mon, Jul 24, 2017 at 8:57 AM, Ari Sillanpää <<a href="mailto:ari.juhani.sillanpaa@gmail.com">ari.juhani.sillanpaa@gmail.<wbr>com</a>> wrote:<br>
> This is of course off topic but would it be possible to create such a GEM-install package that works in 64-bit operating systems right away like including the Dosbox environment? For example Macintosh Basilisk GUI has it's own system environment in which the Basilisk program setup creates the virtual classic mac System.<br>
><br>
> 2017-07-24 2:35 GMT+03:00 Shane Coughlan <<a href="mailto:Shane_Coughlan@hotmail.com">Shane_Coughlan@hotmail.com</a>>:<br>
> Please let me know how your testing goes!<br>
><br>
> Shane<br>
><br>
>> On Jul 23, 2017, at 02:44 , Michael Henry <<a href="mailto:bromichaelhenry@gmail.com">bromichaelhenry@gmail.com</a>> wrote:<br>
>><br>
>> 😮 I ignore my forum mail for months then I see this... wow awesome work guys<br>
>><br>
>><br>
>> On Fri, Jul 14, 2017 at 10:20 PM, Shane Coughlan <<a href="mailto:Shane_Coughlan@hotmail.com">Shane_Coughlan@hotmail.com</a>> wrote:<br>
>> Hi Thomas!<br>
>><br>
>> I will await your feedback for OpenGEM 8. Meanwhile, I will release the current version as OpenGEM 7 this week.<br>
>><br>
>> Shane<br>
>><br>
>> > On Jul 14, 2017, at 20:33 , Pastor Peter Green <<a href="mailto:pspete1@pnc.com.au">pspete1@pnc.com.au</a>> wrote:<br>
>> ><br>
>> > Ouch!<br>
>> ><br>
>> > I hope it was keyhole and not the full cut. Don't overestimate your ability to get back into the acrobatics.<br>
>> ><br>
>> > I won't send you a "get well soon" as I still remember the wrenching sensation when I met a damsel in distress too soon after surgery to give her a hand at moving concrete blocks. Get well at your own pace!<br>
>> ><br>
>> > Peter<br>
>> ><br>
>> >><br>
>> >> I did download this JUST to test it FOR YOU.<br>
>> >><br>
>> >> In the meantime, I awoke at a local hospital which I had admitted myself to, and someone had taken my gall bladder!! (I'm not going to call the cops. Whoever did it is IN for a surprise. It's highly incompatible with any other system out there.)<br>
>> >><br>
>> >> So, give US another ?week to test and get back to you. Set RTM for 1st week of August. ?<br>
>> >><br>
>> >> RTM = Release To Manufacturing  an acronym that /other/ company uses.<br>
>> >><br>
>> >><br>
>> >> Thomas F Clayton<br>
>> >><br>
>> >><br>
>> >><br>
>> >><br>
>> >> On 07/09/2017 08:56 AM, Shane Coughlan wrote:<br>
>> >>> Hi all<br>
>> >>><br>
>> >>> The final(?) Release Candidate of OpenGEM 7 is ready and available for testing. To try it just download the zip file from the repository and unpack to the C: drive in your relevant machine while preserving directory structure. Type GEM to execute the GEM.BAT file.<br>
>> >>><br>
>> >>> The OpenGEM repository is here:<br>
>> >>> <a href="https://github.com/shanecoughlan/OpenGEM" rel="noreferrer" target="_blank">https://github.com/<wbr>shanecoughlan/OpenGEM</a><br>
>> >>><br>
>> >>> By the way, this RC saw some big changes.<br>
>> >>> OpenGEM Release 7 RC 3 - 9th July 2017<br>
>> >>> - Updated README.TXT and GUIDE.TXT<br>
>> >>> - Updated GEM.BAT file (notices)<br>
>> >>> - Updated SETUP.BAT file (notices and pause feature)<br>
>> >>> - Updated CuteMouse driver from 1.9 to 2.1b4<br>
>> >>> - Changed SHUTDOWN 1.2 abandonware from<br>
>> >>>   <a href="http://vetusware.com/download/SHUTDOWN%201.2/" rel="noreferrer" target="_blank">http://vetusware.com/download/<wbr>SHUTDOWN%201.2/</a><br>
>> >>>   to SHUTDOWN 1.1 and REBOOT 1.0 from<br>
>> >>>   <a href="https://www.plop.at/en/dostools.html" rel="noreferrer" target="_blank">https://www.plop.at/en/<wbr>dostools.html</a><br>
>> >>><br>
>> >>> If I get no feedback in the next week then I will consider the release ready and go “gold."<br>
>> >>><br>
>> >>> Regards<br>
>> >>><br>
>> >>> Shane<br>
>> >>> ______________________________<wbr>_________________<br>
>> >>> gem-dev mailing list<br>
>> >>> <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
>> >>> <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
>> >><br>
>> >> ______________________________<wbr>_________________<br>
>> >> gem-dev mailing list<br>
>> >> <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
>> >> <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
>> >><br>
>> >><br>
>> >> ---<br>
>> >> This email has been checked for viruses by AVG.<br>
>> >> <a href="http://www.avg.com" rel="noreferrer" target="_blank">http://www.avg.com</a><br>
>> ><br>
>> > ______________________________<wbr>_________________<br>
>> > gem-dev mailing list<br>
>> > <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
>> > <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> gem-dev mailing list<br>
>> <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
>> <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
>><br>
>><br>
>><br>
>> --<br>
>> Bro. Michael Henry<br>
>> Associate Pastor<br>
>> Monticello Christian Church<br>
>><br>
>> 1 Timothy 1:15  "This is a faithful saying, and worthy of all acceptation, that Messiah Yeshua came into the world to save sinners; of whom I am chief."<br>
>> ______________________________<wbr>_________________<br>
>> gem-dev mailing list<br>
>> <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
>> <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> gem-dev mailing list<br>
> <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
> <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
><br>
><br>
><br>
><br>
> --<br>
> ******************************<wbr>*****************<br>
> *  Ari Sillanpää                                    *<br>
> * e-mail <a href="mailto:ari.juhani.sillanpaa@gmail.com">ari.juhani.sillanpaa@gmail.com</a> *<br>
> ******************************<wbr>*****************<br>
><br>
> ______________________________<wbr>_________________<br>
> gem-dev mailing list<br>
> <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
> <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Bro. Michael Henry<br>
> Associate Pastor<br>
> Monticello Christian Church<br>
><br>
> 1 Timothy 1:15  "This is a faithful saying, and worthy of all acceptation, that Messiah Yeshua came into the world to save sinners; of whom I am chief."<br>
> ______________________________<wbr>_________________<br>
> gem-dev mailing list<br>
> <a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
> <a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
<br>
______________________________<wbr>_________________<br>
gem-dev mailing list<br>
<a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
<a href="http://www.simpits.org/mailman/listinfo/gem-dev" rel="noreferrer" target="_blank">http://www.simpits.org/<wbr>mailman/listinfo/gem-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Bro. Michael Henry<br>Associate Pastor<br>Monticello Christian Church<br><br>1 Timothy 1:15  "This is a faithful saying, and worthy of all acceptation, that Messiah Yeshua came into the world to save sinners; of whom I am chief."<br></div>
</div>