Skip to content

Commit

Permalink
Update Medicat_Installer.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
mon5termatt authored Mar 16, 2024
1 parent fdcd6c0 commit 37ce2dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Medicat_Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title Medicat Installer [STARTING]
cd /d %~dp0
Set "Path=%Path%;%CD%;%CD%\bin;"
set maindir=%CD%
set localver=3516
set localver=3517
set medicatver=21.12
set installertext=MEDICAT INSTALLER
set format=Yes
Expand Down Expand Up @@ -317,6 +317,13 @@ REM - AND ENDS
set drivepath=%folder:~0,1%
IF "%drivepath%" == "~0,1" GOTO install2
echo.Installing to (%drivepath%). If this is correct just hit enter.
echo.
echo.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo.PLEASE CONFIRM NOW THAT THIS IS YOUR USB DRIVE.
echo.MEDICAT IS NOT RESPOSIBLE FOR WIPED HARD DRIVES.
echo.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo. waiting for 5 seconds...
PING localhost -n 6 >NUL
Set /P drivepath=if this is wrong type the correct drive letter now: || Set drivepath=%drivepath%
IF "%drivepath%" == "C" GOTO IMPORTANTDRIVE
if "%format%" == "Yes" (goto formatdrive) else (goto updateventoy)
Expand Down

0 comments on commit 37ce2dc

Please sign in to comment.