1
0
Kaynağa Gözat

[fixed] no case sensitive now

rachels 1 yıl önce
ebeveyn
işleme
627a30a785
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      MakeQSP.bat

+ 5 - 0
MakeQSP.bat

@@ -63,9 +63,14 @@ if defined QSPFILE (
 	if %action% == r goto run
 	if %action% == f goto build
 	if %action% == q goto qgen
+	if %action% == B goto build
+	if %action% == R goto run
+	if %action% == F goto build
+	if %action% == Q goto qgen
 )
 
 if %action% == e goto exit
+if %action% == E goto exit
 
 set NOT_FOUND=1
 goto menu