Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to update OpenGEM7-RC3 with fixed Setup.BAT for Final Release #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions binary/OPENGEM7-RC3/SETUP.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CLS

REM OpenGEM SETUP Release 6
REM Copyright (C) 2001-2017 Shane Coughlan
REM http://gem.opendawn.com email: shane@opendawn.com
REM http://gem.opendawn.com email: shane at opendawn.com

:CHOOSE
REM Chose what device you want to setup
Expand Down Expand Up @@ -42,7 +42,7 @@ CLS
:1
ECHO OFF
REM Change the video driver
CD GEMAPPS\GEMSYS\SETUP
CD SETUP
VIDEO
GOTO CHOOSE
CLS
Expand All @@ -51,7 +51,7 @@ CLS
ECHO OFF
CLS
REM Change the sound driver
CD GEMAPPS\GEMSYS\SETUP
CD SETUP
SOUND
GOTO CHOOSE
CLS
Expand All @@ -60,7 +60,7 @@ CLS
ECHO OFF
CLS
REM Change the printer driver
CD GEMAPPS\GEMSYS\SETUP
CD SETUP
PRINTER
GOTO CHOOSE
CLS
Expand All @@ -69,7 +69,7 @@ CLS
ECHO OFF
CLS
REM Repair OpenGEM
CD GEMAPPS\GEMSYS\SETUP
CD SETUP
REPAIR
GOTO CHOOSE
CLS
Expand Down Expand Up @@ -103,8 +103,9 @@ CLS

:6
REM Exit OpenGEM SETUP
:END
CD\
ECHO **************************************************
ECHO * Thank you for using OpenGEM Setup *
ECHO **************************************************
ECHO.
ECHO.
Binary file added binary/OPENGEM7.zip
Binary file not shown.