Skip to content

Commit

Permalink
batch files cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptog81 committed Dec 30, 2018
1 parent ee225c2 commit 5d64473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node.msi
@echo off
where node.exe >nul 2>&1 && echo Installation successfull. && pause || node.msi && echo Installation successfull. && pause
1 change: 1 addition & 0 deletions run.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@echo off
:: Get User Input
SET /P DB_DRIVER=Database Type (postgres or mysql):
SET /P DB_USER=Database User Username:
Expand Down

0 comments on commit 5d64473

Please sign in to comment.