diff --git a/.gitignore b/.gitignore index 153e1e0ee..ba0802aa6 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,7 @@ db/ bin/node/ bin/mongo/ +# windows +/SCOCODE.bat + ### If you add something here, copy it to the end of .npmignore, too. ### diff --git a/SDE.bat b/scripts/windows/SCOCODE.bat similarity index 65% rename from SDE.bat rename to scripts/windows/SCOCODE.bat index 755a06834..55686d400 100755 --- a/SDE.bat +++ b/scripts/windows/SCOCODE.bat @@ -1,5 +1,5 @@ -set "mongo_d_location=E:\GameDevelopment\db" +set "mongo_db_location=MONGO_DB_PATH_HERE" start cmd.exe cmd /c call nodemon -w server -w server_config.js start cmd.exe cmd /c call brunch w^ & mongod --setParameter textSearchEnabled=true^ - --dbpath %mongo_d_location% \ No newline at end of file + --dbpath %mongo_db_location% \ No newline at end of file