Added update.bat

Updates Red (stashes any changes) and its requirements
This commit is contained in:
Twentysix
2016-08-19 15:28:01 +02:00
parent 9af73bb407
commit 441b405cc3
2 changed files with 57 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
@echo off
pushd %~dp0
IF "%PROCESSOR_ARCHITECTURE%"=="x86" (GOTO 32bit) else (GOTO 64bit)
echo Couldn't detect system bitness.
PAUSE