Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
asimkprasad committed May 22, 2015
1 parent e60afa2 commit 2524f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CF/dist/start.bat
@@ -1,8 +1,10 @@
@cd C:/
@cd CF/dist
@set /p round=Enter The Round Number :
@echo %round%
@echo %round%> temp.txt
@pause
@ini.exe < temp.txt
@ini.exe<temp.txt
@pause
@IF EXIST %round% (
@subl ./%round%
Expand Down
4 changes: 3 additions & 1 deletion src_windows/start.bat
@@ -1,8 +1,10 @@
@cd C:/
@cd CF/dist
@set /p round=Enter The Round Number :
@echo %round%
@echo %round%> temp.txt
@pause
@ini.exe < temp.txt
@ini.exe<temp.txt
@pause
@IF EXIST %round% (
@subl ./%round%
Expand Down

0 comments on commit 2524f9c

Please sign in to comment.